diff --git a/README.md b/README.md index 9df469563..450f5d0bc 100644 --- a/README.md +++ b/README.md @@ -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