From d332593799c569dad17e14118ab3bf323a06b15e Mon Sep 17 00:00:00 2001 From: David Michaeli Date: Sun, 29 Jan 2023 16:05:06 +0200 Subject: [PATCH] update installation markdown --- installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 160f7f4..7c4062f 100644 --- a/installation.md +++ b/installation.md @@ -1,2 +1,7 @@ # Installation -Please run `sudo ./install.sh` within the repo root path (this directory). \ No newline at end of file +Clone the repo and run the installation script: +``` +git clone https://github.com/cariboulabs/cariboulite.git +cd ceriboulite +sudo ./install.sh +```