Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Nov 26, 2015
1 parent 9d6d089 commit 768cc80
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Hello World
[![Join the chat at https://gitter.im/clarus/coq-hello-world](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/clarus/coq-hello-world?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
> A Hello World program in Coq.
A Hello World program in Coq.

## Run
Install the extraction library for System effects:
## Install from OPAM
Make sure you added the [Coq repository](coq.io/opam/):

opam repo add coq-released https://coq.inria.fr/opam/released
opam install -j4 coq:io:system

and run:

opam install coq-io-hello-world
helloWorld

## Install from source
Compile the Coq code:

./configure.sh
Expand Down

0 comments on commit 768cc80

Please sign in to comment.