Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sweirich committed Jul 6, 2017
1 parent e68465a commit bb10580
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 87 deletions.
83 changes: 0 additions & 83 deletions Makefile

This file was deleted.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ COMPILATION, INSTALLATION, AND DOCUMENTATION:
This library requires Coq 8.6, available via [opam](https://opam.ocaml.org/)
or from the Coq website [https://coq.inria.fr/download].

To compile the library:
To compile the library, in the [Metalib](Metalib/) directory:

`make` generate Coq makefile, compile Coq files
`make` generate Coq makefile, compile Coq files
`make html` generate Coq documentation
`make install` install library on your system

Expand All @@ -16,9 +16,12 @@ TUTORIAL:

The metatheory library comes with a short tutorial. The main files for the
tutorial are STLC.v, and STLCsol.v. Make sure that you've compiled the
library first. The file [STLC.v](STLC.v) contains an introduction to
library first. The file [STLC.v](Tutorial/STLC.v) contains an introduction to
mechanizing programming language definitions with binding in Coq and how to
reason about them. Solutions to exercises are in [STLCsol.v](STLCsol.v).
reason about them. Solutions to exercises are in [STLCsol.v](Tutorial/STLCsol.v).

An additional example of the library is available in the
[Fsub](Fsub/) directory.

Those new to Coq should start with Software Foundations, which is an
introduction to using Coq. The tutorial assumes some familarity with
Expand Down

0 comments on commit bb10580

Please sign in to comment.