Skip to content

Commit

Permalink
Reduce the preamble before the first trick
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 24, 2024
1 parent 0a2930a commit 7e4da29
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@ If you have a trick you've found useful feel free to submit an issue or pull req
- Tej Chajed ([**@tchajed**](https://github.com/tchajed))
- License: The code in the repository is licensed under the terms of the [MIT license](LICENSE). The documentation (including this README) is licensed under the [CC0 license](LICENSE-docs).
- Compatible Coq versions: Coq master
- Coq namespace: `Tricks`

## Building instructions

``` shell
git clone https://github.com/coq-community/coq-tricks
cd coq-tricks
make # or make -j <number-of-cores-on-your-machine>
```
To build all the examples in `src/`, run `make`.

## Ltac

Expand Down

0 comments on commit 7e4da29

Please sign in to comment.