diff options
Diffstat (limited to '')
-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? |