Update 2_setting_up.md

resolve comments
This commit is contained in:
Jackson Willette 2023-04-21 21:37:33 -05:00 committed by GitHub
parent 05e1d7d00d
commit 0d73bdefb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
```sh
@ -31,10 +42,10 @@ git pull
git checkout {version}
source ~/.profile
make install
source ~/.profile
jprovd --version
```