Skip to content

Commit

Permalink
small README.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Nov 14, 2022
1 parent 81a8f82 commit 48bdcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ opam install coq-cheerios
To instead build and install manually, do:
```shell
git clone https://github.com/uwplse/cheerios.git
cd huffman
cd cheerios
make # or make -j <number-of-cores-on-your-machine>
make install
```
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ build: |-
To instead build and install manually, do:
```shell
git clone https://github.com/uwplse/cheerios.git
cd huffman
cd cheerios
make # or make -j <number-of-cores-on-your-machine>
make install
```
Expand Down

1 comment on commit 48bdcef

@brando90
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this commit support coq 8.12?

Please sign in to comment.