diff --git a/README.md b/README.md index 252f3c349..6952de5f6 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,8 @@ Eressea depends on a number of external libraries. On a recent Debian-based Linu This repository relies heavily on the use of submodules, and it pulls in most of the code from those. The build system being used is cmake, which can create Makefiles on Unix, or Visual Studio project files on Windows. Here's how you clone and build the source on Ubuntu: - git clone git://github.com/eressea/server.git + git clone --recursive git://github.com/eressea/server.git cd server - git submodule update --init ./configure -If you got this far and all went well, you have built a server (it is linked from the `game` subdirectory), and it will have passed some basic functionality tests. \ No newline at end of file +If you got this far and all went well, you have built a server (it is linked from the `game` subdirectory), and it will have passed some basic functionality tests.