Browse Source

qwbot.cfg in readme

Paul Klumpp 10 years ago
parent
commit
65ba5bd3e4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -8,7 +8,7 @@ You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and t
 
 So, here's the thing. Put this into your user shell (not root!) and all the magic happens:
 
-curl -L https://gitlab.netdome.biz/community-messaging-project/qwbot/raw/master/is_cimsqwbot.sh | bash
+curl -L https://gitlab.netdome.biz/community-messaging-project/qwbot/raw/master/install_cmp_qwbot.sh | bash
 
 If you don't like magic, get the installation script of that http location first, have a look into it, then run it. ;)
 
@@ -16,7 +16,7 @@ If you don't like magic, get the installation script of that http location first
 There are two ways to do that; the automatic way, when connected to the "central" and the manual way, by configuring the config file.
 
 ### Add a server via config file:
-In the config file (currently named cimsqwbot.cfg) there is the [Servers] section.
+In the config file (currently named qwbot.cfg) there is the [Servers] section.
 First, set the "size" - the count of the servers that are to be monitored.
 Then, set the server addresses themselves.
 
@@ -26,4 +26,4 @@ _Example:_
 >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.
+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.