From e1b5b55b6997115761af23ecd4cf3a4a7d492dbe Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 20 Mar 2021 17:10:53 +1300 Subject: [PATCH] readme: add cli dependencies --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index afe9a9f..9d1fb11 100644 --- a/readme.md +++ b/readme.md @@ -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)