diff options
author | Josh Chen | 2018-08-30 00:53:09 +0200 |
---|---|---|
committer | GitHub | 2018-08-30 00:53:09 +0200 |
commit | 2b42b190b15dcf74f033347604ea5530f3428364 (patch) | |
tree | 8eeebb8d724341091b565ed16859810ce04bf930 | |
parent | 2a2e8e46e0de6f99154a9421f75ae802557f22c7 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ An experimental implementation of [homotopy type theory](https://en.wikipedia.or ### Installation & Usage -Clone the contents of this repository into `<Isabelle root directory>/src/HoTT`. +Clone the contents of this repository into `<Isabelle root directory>/src/Isabelle-HoTT`. To use, set Isabelle's prover to Pure in the Theories panel, and import `HoTT`. |