update readme about prebuilt binary
This commit is contained in:
parent
f6e151cc56
commit
f67bc33a30
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
|
|
||||||
Arbitrary code execution server using Docker.
|
Arbitrary code execution server using Docker.
|
||||||
|
|
||||||
## Requirements
|
## Download
|
||||||
|
|
||||||
|
Check the `Releases` tab for pre-built binaries.
|
||||||
|
The languages folder and the example configuration are also included.
|
||||||
|
|
||||||
|
## Installation from Source
|
||||||
|
|
||||||
You can use either `stack` or `cabal`.
|
You can use either `stack` or `cabal`.
|
||||||
- `stack` should be >= 2.1.1, `cabal` should be >= 2.4.0.0.
|
- `stack` should be >= 2.1.1, `cabal` should be >= 2.4.0.0.
|
||||||
|
|
Loading…
Reference in a new issue