forked from indymedia/epicyon
opt directory in instructions
parent
ced2e3d13c
commit
5f332f4db9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue