opt directory in instructions

main
Bob Mottram 2019-12-14 11:10:00 +00:00
parent ced2e3d13c
commit 5f332f4db9
1 changed files with 3 additions and 3 deletions

View File

@ -1252,7 +1252,7 @@
</div>
<p class="intro">
The following instructions install Epicyon to the <b>/etc</b> directory. It's not essential that it be installed there, and it could be in any other preferred directory.
The following instructions install Epicyon to the <b>/opt</b> directory. It's not essential that it be installed there, and it could be in any other preferred directory.
</p>
<p class="intro">
@ -1264,10 +1264,10 @@
</div>
<p class="intro">
Clone the repo:
Clone the repo, or if you downloaded the tarball then extract it into the <b>/opt</b> directory.
</p>
<div class="shell">
<p>cd /etc</p>
<p>cd /opt</p>
<p>git clone https://gitlab.com/bashrc2/epicyon</p>
<p>chown -R epicyon:epicyon /opt/epicyon</p>
</div>