From 0b6b92df8668bf17358014719375736f58fe409f Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 6 Oct 2022 16:52:57 -0500 Subject: [PATCH] Give advice to download script and run it vs. pulling repo then running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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