Give advice to download script and run it vs. pulling repo then running

This commit is contained in:
sneurlax 2022-10-06 16:52:57 -05:00
parent 3d77c37771
commit 0b6b92df86

View file

@ -29,7 +29,7 @@ The following prerequisities can be installed with the setup script `scripts/set
- Android setup ([Android Studio](https://developer.android.com/studio) and subsequent dependencies)
### Scripted setup
`scripts/setup.sh` is provided as a tool to set up a stock Ubuntu 20.04 installation for building. This script should skip the entire [Manual setup](#manual-setup) section below and prepare you for [running](#running)
[`scripts/setup.sh`](https://github.com/cypherstack/stack_wallet/blob/main/scripts/setup.sh) is provided as a tool to set up a stock Ubuntu 20.04 installation for building: download the script and run it anywhere. This script should skip the entire [Manual setup](#manual-setup) section below and prepare you for [running](#running). It will set up the stack_wallet repository in `~/projects/stack_wallet` and build it there.
### Manual setup
After installing the prerequisites listed above, download the code and init the submodules