aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-01-09 16:47:36 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-01-09 17:00:55 +0100
commit9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61 (patch)
tree156831dc8d3ed6327447e97681197f1ee00d90a5
parent54db8187bfb1151d363a4a79a31d663105b4bf41 (diff)
downloadmuhqs-game-9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61.tar.gz
muhqs-game-9e316c1cddb7d49f3d46dec1e3df4b28bb64fb61.zip
mention git location in README
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cfea6d1..5f05e0d9 100644
--- a/README.md
+++ b/README.md
@@ -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.