Document testing packages locally

This commit is contained in:
Brikaa 2021-09-07 13:50:10 +02:00
parent 30f2715c01
commit dc80ed3a1d
1 changed files with 15 additions and 0 deletions

View File

@ -139,6 +139,21 @@ docker run \
ghcr.io/engineer-man/piston
```
## Piston for testing packages locally
### Host System Package Dependencies
- Same as [All In One](#All-In-One)
```sh
# Build the Docker containers
./piston start
# For more help
./piston help
```
<br>
# Usage