Browse Source

made doc a little prettier

Paul Klumpp 9 years ago
parent
commit
cede6061fe
1 changed files with 13 additions and 7 deletions
  1. 13 7
      README.md

+ 13 - 7
README.md

@@ -8,9 +8,11 @@ You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and t
 
 So, here's the thing:
 
->$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git 
->$ cd qwbot 
->$ ./install.sh \<target folder\> 
+```
+$ git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git 
+$ cd qwbot 
+$ ./install.sh <target folder> 
+```
 
 
 ## How do I get the Bot to connect to a server?
@@ -22,9 +24,13 @@ First, set the "size" - the count of the servers that are to be monitored.
 Then, set the server addresses themselves.
 
 _Example:_
->[Servers]
->size=2
->1\address=123.123.123.123:27101
->2\address=hostname:27500
+
+
+```
+[Servers]
+size=2
+1\address=123.123.123.123:27101
+2\address=hostname:27500
+```
 
 We know, this is not really intuitive, but the whole thing is designed to normally work automatically, controlled by a "central" server - and that's the other method.