]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Update README.md
authorValerie Pond <redacted>
Wed, 4 Jan 2023 17:07:18 +0000 (17:07 +0000)
committerValerie Pond <redacted>
Wed, 4 Jan 2023 17:07:18 +0000 (17:07 +0000)
README.md

index 3022c85428a793d6012145d142d9a807eeb393b0..859830a16f1f4806f67925b04e87043b394aff9d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,18 +15,18 @@ You may want to hide this somehow. Well, you definitely should. I don't know how
 
 Please make sure you have [correctly setup UnrealIRCd for use with JSON-RPC](https://www.unrealircd.org/docs/JSON-RPC) before you continue.
 
-1. First, if you have just installed apache2 or something else, remove the `html` directory and navigate to `/var/www/`
+- First, if you have just installed apache2 or something else, remove the `html` directory and navigate to `/var/www/`
 ```
 cd /var/www/
 rm -rf html
 ```
 
-2. Clone this repository to a new directory called `html`
+- Clone this repository to a new directory called `html`
 ```
 git clone https://github.com/ValwareIRC/unrealircd-webpanel html
 ```
 
-3. Move into the `html` directory and edit the configuration file
+- Move into the `html` directory and edit the configuration file
 ```
 cd html
 nano config.php