diff options
author | Josh Chen | 2020-04-16 15:39:41 +0200 |
---|---|---|
committer | Josh Chen | 2020-04-16 15:39:41 +0200 |
commit | 0b52ba4d41bc0d30ac54ad9eca3477afe8a0f867 (patch) | |
tree | 21d5f0fa0e5f725cb88e0546ffaf1f1edad4d0a9 | |
parent | 188566719d28a140602a24ef823b28b81e45cb85 (diff) | |
parent | ad27e7a91e41e933134edc9fcade89227fa5acdb (diff) |
Merge branch 'master' of https://github.com/jaycech3n/Isabelle-HoTT
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Isabelle/HoTT is compatible with Isabelle2020. To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2020/ROOTS` (on Mac/Linux/cygwin installations): ``` -echo <path/to/Isabelle/HoTT> >> ~/.isabelle/Isabelle2020/ROOTS +echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS ``` ### What (and why) is this? |