readme: add cli dependencies

This commit is contained in:
Thomas Hobson 2021-03-20 17:10:53 +13:00
parent cbfeef55ab
commit e1b5b55b69
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 8 additions and 1 deletions

View File

@ -100,7 +100,14 @@ git clone https://github.com/engineer-man/piston
### Installation
- docker-compose up -d piston_api
```sh
docker-compose up -d piston_api
# Start the API container
npm install -g yarn
cd cli && yarn && cd -
# Install all the dependencies for the cli
```
## Just Piston (no CLI)