- Loading...
...
The Skara tooling will bootstrap itself the first time you use any of the Skara commands. To check that everything works run git skara help:
| Code Block | ||
|---|---|---|
| ||
$ git skara help |
Note: if your computer is behind a HTTP(S) proxy, ensure that you have set the HTTPS_PROXY environment variable correctly.
To update the Skara tooling run git skara update. This will :
| Code Block | ||
|---|---|---|
| ||
$ git skara update |
The update command pull eventual updates and rebuild the tooling if necessary. Note: if your computer is behind a HTTP(S) proxy, ensure that you have set the HTTPS_PROXY environment variable correctly.
...