diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-07-11 12:01:52 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-07-11 12:01:52 -0400 |
| commit | 432191fc37d34cb4aa16e4779c973e75f7c10e16 (patch) | |
| tree | 0be77f23bfb09ac452956231bb658a710f73f4e9 /content/irc.md | |
| parent | 3ee89967cbb087de3541126f15db9a920d02ad68 (diff) | |
| parent | db3da1cdba21b8be10a98118ae7a8db9146f60ae (diff) | |
Merge branch 'master' of github.com:lukesmithxyz/landchad
Diffstat (limited to 'content/irc.md')
| -rw-r--r-- | content/irc.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/irc.md b/content/irc.md index f61abca..d07345f 100644 --- a/content/irc.md +++ b/content/irc.md @@ -106,8 +106,8 @@ and change them, as long as you know what you\'re doing. The next steps involve editing the newly copied `ircd.yaml` file. If you do not know how to edit text files from the command line, you can use -`nano`, which is very simple, using arrow keys to navigate, `CTRL+O` to -save, and `CTRL+X` to exit.\ +`nano`, which is very simple, using arrow keys to navigate, <kbd>CTRL+O</kbd> to +save, and <kbd>CTRL+X</kbd> to exit.\ Another option is `vim`, which is a much more powerful text editor, but has a learning curve. It is only recommended for this guide if you already know how to use it.\ @@ -615,7 +615,7 @@ Starting the server is done in one command: ./ergo run ``` -It will stay online until you close the terminal, or press CTRL+C. +It will stay online until you close the terminal, or press <kbd>CTRL+C</kbd>. Don\'t worry, the next section goes over how to make it run like a normal server with a SystemD service.\ If you have not already, make sure the port `6697` is not blocked on |
