aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2020-08-14 14:03:46 +0200
committerTimo Wilken2020-08-14 14:03:46 +0200
commitf2cc0288ce811328ca154a04e3658ea4badb9106 (patch)
treeb48e5791ebd498b40efbd3fb542c4b0afb61f9f0
parent6c68587584a10def57992435369a117246d56017 (diff)
Add hint for use.HEADmaster
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97f5617..73cf735 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ neatly.
You can use the program by running `make run` or running `app.py` directly with
Python 3. `TestData.snet` contains some example data to play with -- open it
-from Stereonet.
+from Stereonet. Note that you need to select a group using the round radio
+buttons in the list on the right before you can do most things!
There are built-in tests using Python's `unittest` module; run `make test` to
run them.