Skip to content

Commit

Permalink
coqide
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktahrens committed Feb 26, 2019
1 parent 6f58b5a commit 96467c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ create HTML documentation.
```
The path to that directory from here, by default, is ./sub/coq/user-contrib/.

- To install [CoqIDE](https://coq.inria.fr/refman/practical-tools/coqide.html), see [INSTALL\_COQIDE](./INSTALL_COQIDE.md).

## TAGS files

Emacs (which every UniMath user should become expert with) includes a facility
Expand Down
3 changes: 2 additions & 1 deletion INSTALL_COQIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Later on, after running the command `make install` as instructed below, in
order to run the program ```coqide```, you may use the following command.

```bash
$ sub/coq/bin/coqide -indices-matter -type-in-type -Q UniMath UniMath
$ sub/coq/bin/coqide <flags>
```
where `<flags>` are the options passed to `coq` as per the [Emacs configuration file](./UniMath/.dir-locals.el).

0 comments on commit 96467c0

Please sign in to comment.