From 0b88b1bc2267af5cbbd378bc602e1bf5534cf70c Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Sun, 20 Jan 2019 14:33:13 +0100 Subject: [PATCH] [README.md] Updated. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b4d528e..145900f1 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ - [SFML](https://www.sfml-dev.org/) (only used for network) - [Lua](http://www.lua.org) - _Linux users: Check your distribution repositories for packages._ -- Run `mkdir build && cd build` at the root of the game folder -- Run `cmake .. && make`, wait (or use `-j8`), run the game and enjoy! +- Run `cmake . && make -j8` +- Run the server with `./server/openminer_server` +- Run the client with `./client/openminer` ## Discussion