readme: put installation where it should be

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

View File

@ -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
<br>
# Usage