diff options
author | Josh Chen | 2021-04-17 17:55:04 +0100 |
---|---|---|
committer | Josh Chen | 2021-04-17 17:55:04 +0100 |
commit | 1928649fd490d50d1e05fef6cbb22ca38d81cbe5 (patch) | |
tree | 84ceb0ff1984495fd584e031f3fa04040f96f568 | |
parent | eab890b514b4ff16e46959117416c6db2c27aaf6 (diff) |
update readme
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,11 +11,11 @@ Thus this project is also an experiment in creating a viable framework, based on ### Usage -Isabelle/HoTT is compatible with Isabelle2020. -To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2020/ROOTS` (on Mac/Linux/cygwin installations): +Isabelle/HoTT is compatible with Isabelle2021. +To use, add the Isabelle/HoTT folder path to `.isabelle/Isabelle2021/ROOTS` (on Mac/Linux/cygwin installations): ``` -$ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS +$ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2021/ROOTS ``` ### To-do list @@ -28,4 +28,3 @@ In no particular order. - [ ] Recursive function definitions - [ ] Inductive type definitions - [ ] Higher inductive type definitions - |