summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichaƂ Zimniewicz <michzimny@users.noreply.github.com>2017-03-01 22:05:06 +0100
committerGitHub <noreply@github.com>2017-03-01 22:05:06 +0100
commitb9a659504c45f5b4af4cfad0f1b3ed7fa6d49a82 (patch)
treec19108a1043cd7aafd8def3430c882b0c574f7ed /README.md
parent02bc3f36d8de9a86e67aced219057427da8cc176 (diff)
parent8dc0bb8cdb3defbcfc24cb5036436267e5196867 (diff)
Merge pull request #12 from michzimny/build-readme
Build process documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dba7b4e..6152300 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,7 @@ python quick_lineup.py 3 2 1
```
The script will iterate pair by pair in each match. It presents the currently assigned players and let you confirm them - pressing ENTER without any input - or change - providing player names (press TAB to autocomplete).
+
+# Build process
+
+See: [BUILD.md](BUILD.md)