From ab38122f73e00c93306f57bfbb4ff2bfd1ed3ec7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 4 Sep 2022 15:07:56 +0100 Subject: [PATCH] Add missing clone --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 939bc4ecc..ce84170fa 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ In the most common case you'll be using systemd to set up a daemon to run the se The following instructions install Epicyon to the **/opt** directory. It's not essential that it be installed there, and it could be in any other preferred directory. +Clone the repo, or if you downloaded the tarball then extract it into the **/opt** directory. + +``` bash +cd /opt +git clone https://gitlab.com/bashrc2/epicyon +``` + Add a dedicated user so that we don't have to run as root. ``` bash