Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMC47 authored Sep 8, 2021
1 parent 4818003 commit ce2ab70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ A linter for Isabelle. Developed for my bachelor's thesis at the Chair for Logic
1. Checkout Isabelle submodule: `git submodule init && git submodule update`
2. Build Isabelle
```
./isabelle/bin/isabelle components -a
./isabelle/bin/isabelle components -I
./isabelle/bin/isabelle build
isabelle/bin/isabelle components -a
isabelle/bin/isabelle components -I
isabelle/bin/isabelle build
```
3. Compile the linter: `./sbt "project linter" assembly`
4. For jEdit support: Patch jEdit jars: `./patch_jedit`
Expand Down

0 comments on commit ce2ab70

Please sign in to comment.