Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster authored Nov 2, 2022
1 parent aaf8f03 commit e2d38c4
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Temporary Note

This is the development version of the smpl plugin for Coq `8.16`.
For installation use
```
opam pin add -k git smpl.dev "https://github.com/uds-psl/smpl.git#coq-8.16"
```
This note will be removed upon proper `8.16` release. Remainder of the readme is outdated.

# Coq Plugin smpl
![Test compilation](https://github.com/uds-psl/smpl/workflows/Test%20compilation/badge.svg)

Expand Down Expand Up @@ -36,12 +27,12 @@ The plugin is available for various versions of Coq in the different branches of
## Installation

We provide an opam repository from which smpl can be installed.
To install from the opam repository for Coq 8.10.2 and onwards use the following
To install from the opam repository for Coq 8.16 and onwards use the following
commands:

opam repo add psl-opam-repository https://github.com/uds-psl/psl-opam-repository.git
opam repo add coq-released https://coq.inria.fr/opam/released
opam update
opam install coq-smpl.8.11
opam install coq-smpl.8.16

### Manual Installation

Expand All @@ -67,12 +58,10 @@ examples.
If you want to place smpl's sources in your project, you can place it
in a directory of your project.

git clone -v coq-8.11 https://github.com/uds-psl/smpl.git
git clone -v coq-8.16 https://github.com/uds-psl/smpl.git
cd smpl
make

if you are already using Coq 8.7+beta1.

Enter the cloned directory and build smpl:

cd smpl
Expand Down

0 comments on commit e2d38c4

Please sign in to comment.