aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9144b03a1..450259863 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives
+[![Build Status](https://api.travis-ci.org/mit-plv/fiat-crypto.png?branch=master)](https://travis-ci.org/mit-plv/fiat-crypto)
+
+Fiat-Crypto: Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives
-----
-... which would make a good paper title.
+NOTE: The github.com repo is only intermittently synced with
+github.mit.edu.
To build:
- git clone git@github.mit.edu:plv/bedrock.git
- ( cd bedrock && make Bedrock/Word.vo )
- ( cd coqprime && make )
- export COQPATH="$(pwd)/bedrock:$(pwd)/coqprime${COQPATH:+:}$COQPATH"
+ export COQPATH="$(pwd)/coqprime${COQPATH:+:}$COQPATH"
make