-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener | |
|
||
[![Docker CI][docker-action-shield]][docker-action-link] | ||
|
||
[docker-action-shield]: https://github.com/thery/poltac/workflows/Docker%20CI/badge.svg?branch=master | ||
[docker-action-link]: https://github.com/thery/poltac/actions?query=workflow:"Docker%20CI" | ||
[docker-action-shield]: https://github.com/thery/poltac/actions/workflows/docker-action.yml/badge.svg?branch=master | ||
[docker-action-link]: https://github.com/thery/poltac/actions/workflows/docker-action.yml | ||
|
||
|
||
|
||
|
@@ -142,13 +142,14 @@ [email protected] | |
- Author(s): | ||
- Laurent Théry | ||
- License: [MIT License](LICENSE) | ||
- Compatible Coq versions: 8.17 or later | ||
- Compatible Coq versions: 8.19 or later | ||
- Additional dependencies: none | ||
- Coq namespace: `PolTac` | ||
- Related publication(s): none | ||
|
||
## Building and installation instructions | ||
|
||
|
||
To build and install manually, do: | ||
|
||
``` shell | ||
|