浏览代码

Small clarification. The script does compile and install. It does not get the files.

Paul-Dieter Klumpp 10 年之前
父节点
当前提交
7abf425bd5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -3,7 +3,7 @@ You want to install this QuakeWorld Bot, or want to get more information about i
 You've come to the right place. So to say, one of the right places. ;) You can also find the devs on irc://irc.quakenet.org/qwnet.
 
 ## How to install it
-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.
+We got an installation script to do the work of compiling the source files and putting the binaries to a target directory. 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:
@@ -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.