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)