Explorar o código

Updated README

Mihawk %!s(int64=10) %!d(string=hai) anos
pai
achega
0875a864d7
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -6,11 +6,10 @@ You've come to the right place. So to say, one of the right places. ;) You can a
 We got an installation script to do the work of getting the source files off the git repositories and compile it. It will even run the bot for the first time. Why? Because, on the first run, it will create a configuration file.
 You only need to have git, gcc(g++), Qt(libs: qt-core, libqt4-dev(debian)) and the usual make installed on your system. They're pre-requisites. The script checks for them too. If they don't exist on your system, you can either install them, or you could ask the devs for a statically linked binary package.
 
-So, here's the thing. Put this into your user shell (not root!) and all the magic happens:
+So, here's the thing:
 
-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. ;)
+`$ wget https://gitlab.netdome.biz/community-messaging-project/qwbot/raw/master/install.sh
+$ ./install.sh <target folder>`
 
 ## How do I get the Bot to connect to a server?
 There are two ways to do that; the automatic way, when connected to the "central" and the manual way, by configuring the config file.