diff --git a/website/index.html b/website/index.html index 75c22b29..daf63438 100644 --- a/website/index.html +++ b/website/index.html @@ -1255,14 +1255,6 @@ 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.
-- Create a user for the server to run as: -
-sudo su
-adduser --system --home=/opt/epicyon --group epicyon
-Clone the repo, or if you downloaded the tarball then extract it into the /opt directory.
@@ -1272,6 +1264,14 @@chown -R epicyon:epicyon /opt/epicyon
++ Create a user for the server to run as: +
+sudo su
+adduser --system --home=/opt/epicyon --group epicyon
+Create a daemon: