mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-24 06:43:01 +00:00
build: Clarify build from source instructions
This commit is contained in:
parent
a3cd55966a
commit
45e8937b56
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue