aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Chen2020-04-16 15:37:43 +0200
committerJosh Chen2020-04-16 15:37:43 +0200
commit188566719d28a140602a24ef823b28b81e45cb85 (patch)
treecea4cff91ba4329a9846b69ebf069c949827a419 /README.md
parent88df8512841c1f2cb7016d2b604b9250582d4b8d (diff)
update for Isabelle2020
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 879b5d3..a5b7ef5 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@ 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):
+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/Isabelle2019/ROOTS
+echo <path/to/Isabelle/HoTT> >> ~/.isabelle/Isabelle2020/ROOTS
```
### What (and why) is this?