aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Chen2020-04-06 13:40:42 +0200
committerGitHub2020-04-06 13:40:42 +0200
commitad27e7a91e41e933134edc9fcade89227fa5acdb (patch)
tree12533f8e2cc3fc941cce75393a67fe03e7fa9d7f /README.md
parent01a4d1f7cc1920033eb8df8e49e9216e37bad1ed (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 879b5d3..3691ed0 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ An experimental implementation of [homotopy type theory](https://en.wikipedia.or
### Usage
Isabelle/HoTT is compatible with Isabelle2019.
-To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2019/ROOTS` (on Mac/Linux/cygwin installations):
+To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2019/ROOTS` (on cygwin/Mac/Linux installations):
```
-echo <path/to/Isabelle/HoTT> >> ~/.isabelle/Isabelle2019/ROOTS
+echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2019/ROOTS
```
### What (and why) is this?