bin/build-client.sh does not exist. (#671)

This commit is contained in:
Gökçen Eraslan
2019-03-25 10:26:27 -07:00
committed by Charlotte Weaver
parent 7ef5203564
commit df46db965a
+2 -2
View File
@@ -240,10 +240,10 @@ Then clone the project
git clone https://github.com/chanzuckerberg/cellxgene.git
```
Build the client web assets by calling this from inside the `cellxgene` folder
Build the client web assets by calling `make` from inside the `cellxgene` folder
```
./bin/build-client
make
```
Install all requirements (we recommend doing this inside a virtual environment)