Skip to content

Commit

Permalink
Fix apk installation command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Mar 22, 2024
1 parent e4a366d commit 50d02e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Package Manager | Command Line Invocation |
Aptitude (Ubuntu / Debian) | `apt install coq ocaml-findlib libcoq-ocaml-dev jq` |
Homebrew (OS X) | `brew install coq ocaml-findlib coreutils jq` |
Pacman (Archlinux) | `pacman -S coq ocaml-findlib ocaml-zarith jq` |
APK (Alpine) | `apk install ocaml ocaml-findlib coq ocaml-zarith jq make` |
APK (Alpine) | `apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing ocaml ocaml-findlib coq ocaml-zarith jq make` |

You can clone this repository with

Expand Down

0 comments on commit 50d02e4

Please sign in to comment.