Update 2_setting_up.md
resolve comments
This commit is contained in:
parent
05e1d7d00d
commit
0d73bdefb5
@ -20,6 +20,17 @@ Check latest version [here](https://github.com/JackalLabs/canine-provider/releas
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Install make and confirm installation.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
|
sudo apt install make
|
||||||
|
|
||||||
|
make --version
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
Build jprovd and source the .profile to ensure your shell can find jprovd. Confirm installation.
|
Build jprovd and source the .profile to ensure your shell can find jprovd. Confirm installation.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -31,10 +42,10 @@ git pull
|
|||||||
|
|
||||||
git checkout {version}
|
git checkout {version}
|
||||||
|
|
||||||
source ~/.profile
|
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
source ~/.profile
|
||||||
|
|
||||||
jprovd --version
|
jprovd --version
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user