mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +00:00
Give advice to download script and run it vs. pulling repo then running
This commit is contained in:
parent
3d77c37771
commit
0b6b92df86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue