aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index eae65b9..ca053bd 100644
--- a/README.md
+++ b/README.md
@@ -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
-