build: Clarify build from source instructions

This commit is contained in:
Starbeamrainbowlabs 2019-02-20 17:21:35 +00:00
parent a3cd55966a
commit 45e8937b56
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ The client-side code requires building. Currently, no pre-built versions are ava
### Building From Source
The build script ensures that everything it does will not go outside the current directory (i.e. all dependencies are installed locally).
To build from source, start off by running the `setup` and `setup-dev` build commands like this:
To build from source, start off by cloning this repository.
Then run the `setup` and `setup-dev` build commands from the root of the repository like this:
```bash
./build setup setup-dev