From 7c6e9ba60f529cf677d4b2a84545796c1ff40c23 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 10 Oct 2019 17:27:05 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e5302..64add33 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ ## Install -clojure wget make +``` sh +sudo apt install clojure leiningen wget make +``` ## Prepare +``` sh make prepare +``` ## Run +``` sh make run +```