22 lines
225 B
Markdown
22 lines
225 B
Markdown
## Requirements
|
|
|
|
To run it you'll need either 2Gb of RAM or a swap file of the same size.
|
|
|
|
## Install
|
|
|
|
``` sh
|
|
sudo apt install clojure leiningen wget make
|
|
```
|
|
|
|
## Prepare
|
|
|
|
``` sh
|
|
make prepare
|
|
```
|
|
|
|
## Run
|
|
|
|
``` sh
|
|
make run
|
|
```
|