Remove CI

This commit is contained in:
Thomas Hobson 2021-01-29 13:27:54 +13:00
parent 3bcb96832d
commit 062c4c89c8
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 4 additions and 57 deletions

View file

@ -141,15 +141,6 @@ cd piston/lxc
#### Installation (simple)
- `wget [latest container url] -o container.zip`
- `unzip container.zip`
- `lxc-create -n piston -t local -- --metadata meta.tar.xz --fstree rootfs.tar.xz`
- `cd ../lxc && ./start`
- Good to go!
#### Installation (advanced)
- Install additional dependencies python3, pip and distrobuilder
- `cd ../container && ./build.sh`
- Wait, it may take up to an hour.
@ -157,7 +148,10 @@ cd piston/lxc
- `cd ../lxc && ./start`
- Good to go!
Alternatively, see `var/install.txt` for how to build the container manually
#### Installation (advanced)
- See `var/install.txt` for how to build the container manually
#### CLI Usage
- `cli/execute [language] [file path] [args]`