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 +```