Browse Source

Add IRC channel to README

Luke Cyca 10 years ago
parent
commit
3bdb8f05e8
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.textile

+ 5
- 1
README.textile View File

@@ -174,7 +174,7 @@ h3. 6. Set up DNS
174 174
 If you've just bought a new domain name, point it at "Linode's DNS Manager":https://library.linode.com/dns-manager or similar. Most VPS services (and even some domain registrars) offer a managed DNS service that you can use for this at no charge. If you're using an existing domain that's already managed elsewhere, you can probably just modify a few records.
175 175
 
176 176
 Create an @A@ records which point to your server IP for:
177
- * @example.com@ 
177
+ * @example.com@
178 178
  * @mail.example.com@
179 179
  * @read.example.com@ (for wallabe)
180 180
  * @news.example.com@ (for selfoss)
@@ -202,6 +202,10 @@ h2. Troubleshooting
202 202
 
203 203
 If you run into an errors, please check the "wiki page":https://github.com/al3x/sovereign/wiki/Troubleshooting. If the problem you encountered, is not listed, please go ahead and "create an issue":https://github.com/al3x/sovereign/issues/new. If you already have a bugfix and/or workaround, just put them in the issue and the wiki page.
204 204
 
205
+h1. IRC
206
+
207
+#sovereign on "Freenode":http://freenode.net
208
+
205 209
 h1. Contributing
206 210
 
207 211
 You may want to set up a "local development environment":https://github.com/al3x/sovereign/wiki/Development-Environment so that you don't have to test on your real server.

Loading…
Cancel
Save