mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
readme and path fix
This commit is contained in:
parent
bdab24e810
commit
3aba668aec
2 changed files with 28 additions and 5 deletions
23
readme.md
23
readme.md
|
@ -1 +1,22 @@
|
|||
### piston
|
||||
## Piston
|
||||
This project is the underlying engine for running untrusted and possibly malicious code that originates
|
||||
from from EMKC contests and challenges.
|
||||
|
||||
|
||||
#### Installation
|
||||
- Install Docker https://www.docker.com/get-started
|
||||
- `git clone https://github.com/engineer-man/piston`
|
||||
- `cd piston/docker`
|
||||
- `./build`
|
||||
|
||||
|
||||
#### Usage
|
||||
- `docker/execute <lang> <path to file>`
|
||||
|
||||
|
||||
#### Supported Languages
|
||||
Currently python2, python3, c, c++, go, node, and ruby are supported.
|
||||
|
||||
|
||||
#### License
|
||||
Piston is licensed under the MIT license.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue