Update 2_setting_up.md

This commit is contained in:
Bi Phan 2023-01-05 18:33:02 -05:00 committed by GitHub
parent c50e020f42
commit 25a707e4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,17 @@ Check latest version [here](https://github.com/JackalLabs/canine-provider/releas
::: :::
:::note
'Setting Up' instructions must be followed fully to add necessary golang path info to the current users ~/.profile. If these steps are skipped, 'make install' will not build jprovd--the provider daemon.
:::
```sh ```sh
git clone https://github.com/JackalLabs/canine-provider.git git clone https://github.com/JackalLabs/canine-provider.git
cd canine-provider
git pull git pull
git checkout {version} git checkout {version}
@ -32,6 +40,14 @@ Your keybase identity can be left as `""` if you don't want to link your provide
::: :::
:::note
Before running 'jprovd init', your account will need tokens.
Testnet tokens can be obtained at https://testnet-faucet.jackalprotocol.com/
Mainnet tokens can be purchased on https://frontier.osmosis.zone/
:::
```sh ```sh
export PHOME={path-to-pool-from-before} export PHOME={path-to-pool-from-before}