summaryrefslogtreecommitdiff
path: root/irc.html
diff options
context:
space:
mode:
Diffstat (limited to 'irc.html')
-rw-r--r--irc.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc.html b/irc.html
index 45c2bca..427eca4 100644
--- a/irc.html
+++ b/irc.html
@@ -83,6 +83,11 @@ drwxr-xr-x 2 ergo ergo 12288 Jul 1 09:01 languages
<pre><code>sudo -i -u ergo
cd ~/server</code></pre>
+ <p>To start configuring, we need to copy some files:</p>
+
+<pre><code>cp default.yaml ircd.yaml
+cp ergo.motd ircd.motd</code></pre>
+
<p>
Next, generate certificate files for TLS:
</p>
@@ -95,11 +100,6 @@ cd ~/server</code></pre>
go ahead and change them, as long as you know what you're doing.
</p>
- <p>To start configuring, we need to copy some files:</p>
-
-<pre><code>cp default.yaml ircd.yaml
-cp ergo.motd ircd.motd</code></pre>
-
<p>
The next steps involve editing the newly copied <code>ircd.yaml</code> file. If you do not know how to edit text files from the comment line,
you can use <code>nano</code>, which is very simple, using arrow keys to navigate, <code>CTRL+O</code> to save, and <code>CTRL+X</code> to exit.<br>