Add missing setup steps to README
This commit is contained in:
parent
f209c7e8ea
commit
c0e0cf0934
1 changed files with 7 additions and 3 deletions
|
@ -118,7 +118,7 @@ pip install -r requirements-dev.txt
|
|||
pip install -r requirements-test.txt
|
||||
|
||||
# Setup a local config
|
||||
git clone git@github.com:coreos-inc/quay-config.git ../quay-config
|
||||
git clone git@github.com:quay/quay-config-local.git ../quay-config
|
||||
ln -s ../../quay-config/local conf/stack
|
||||
|
||||
# Install Node Dependencies
|
||||
|
@ -126,6 +126,10 @@ yarn install
|
|||
|
||||
# Link Typescript
|
||||
yarn link typescript
|
||||
|
||||
# Download external libraries
|
||||
mkdir static/fonts static/ldn
|
||||
python external_libraries.py
|
||||
```
|
||||
|
||||
#### Third Party Docs
|
||||
|
|
Reference in a new issue