diff options
author | Josh Chen | 2020-04-06 13:40:42 +0200 |
---|---|---|
committer | GitHub | 2020-04-06 13:40:42 +0200 |
commit | ad27e7a91e41e933134edc9fcade89227fa5acdb (patch) | |
tree | 12533f8e2cc3fc941cce75393a67fe03e7fa9d7f | |
parent | 01a4d1f7cc1920033eb8df8e49e9216e37bad1ed (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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? |