readme: add cli dependencies
This commit is contained in:
parent
cbfeef55ab
commit
e1b5b55b69
|
@ -100,7 +100,14 @@ git clone https://github.com/engineer-man/piston
|
||||||
|
|
||||||
### Installation
|
### 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)
|
## Just Piston (no CLI)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue