diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-09 16:47:36 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-01-09 17:00:55 +0100 |
| commit | 9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61 (patch) | |
| tree | 156831dc8d3ed6327447e97681197f1ee00d90a5 | |
| parent | 54db8187bfb1151d363a4a79a31d663105b4bf41 (diff) | |
| download | muhqs-game-9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61.tar.gz muhqs-game-9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61.zip | |
mention git location in README
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -4,7 +4,17 @@ Welcome to the source repository of muhq's game. This repository is the home of all the rules and game material as well as a website making all this accessible for normal people. -# Build everything +A checkout of the game material can be found at: [](https://muhq.space/muhqs-game/). + +## Retrieve sources + +To retrieve the all game material run + +```shell +git clone https://muhq.space/muhqs-game.git +``` + +## Build everything In the root directory there exits a Makefile which searches the directory tree for Makefiles and executes them. |
