From cbfeef55abbd8f073776b3bf60b5ff9151847d6f Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 20 Mar 2021 17:08:12 +1300 Subject: [PATCH] readme: put installation where it should be --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d53dfa7..afe9a9f 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,10 @@ so we can discuss potentially getting you an unlimited key. git clone https://github.com/engineer-man/piston ``` +### Installation + +- docker-compose up -d piston_api + ## Just Piston (no CLI) ### Host System Package Dependencies @@ -113,10 +117,6 @@ echo "$GITHUB_TOKEN" | docker login https://docker.pkg.github.com -u "$GITHUB_US docker run -v $PWD:'/piston' --tmpfs /piston/jobs -dit -p 6969:6969 --privileged --name piston_api docker.pkg.github.com/engineer-man/piston/api:latest ``` -### Installation - -- docker-compose up -d piston_api -
# Usage