Skip to content

Commit

Permalink
Fix some README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 15, 2020
1 parent 9b008b5 commit c7f3f81
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,18 @@ As a bonus, the `Setter F` typeclass includes some theorems showing the updater

# Feedback and contributions

I don't have a lot of experience using this library, particularly in the context of proofs. If you have feedback, run into issues, or need anything changed to make it useful for you, **please open an issue**. I'll almost certainly fix it for you, or at least merge a pull request with the change you want.
If you have feedback or need some improvement to make this library useful to you, **please open an issue**. I do actively maintain it, though that has only required the occasional bug fix for a while.

# Building and installing

To build and install:

``` sh
git clone https://github.com/tchajed/coq-record-update.git
cd coq-record-update
make # or make -j <number-of-cores-on-your-machine>
make install
```

# Wait, what? How does that work?

Expand Down

0 comments on commit c7f3f81

Please sign in to comment.