Update README.md

This commit is contained in:
Andros Fenollosa 2019-10-10 17:27:05 +02:00 committed by GitHub
parent f1c3587f43
commit 7c6e9ba60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,17 @@
## Install
clojure wget make
``` sh
sudo apt install clojure leiningen wget make
```
## Prepare
``` sh
make prepare
```
## Run
``` sh
make run
```