aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-01-16 16:08:16 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2016-01-16 16:08:16 -0500
commitcd3721995eddd65aca6a5d0a6a305830352d5680 (patch)
tree9701446eb033278ebac484e7ce675f05299d75d4 /README.md
parent78618797b6947a2fcd1a4b68f08e32d8e2b9aa29 (diff)
remove fiat dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fc87a9f0e..b969cb415 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives in Fiat
+Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives
-----
... which would make a good paper title.
To build:
- ln -s <FIAT_DIR> fiat
- (cd fiat && make fiat-core)
+ git clone git@github.mit.edu:plv/bedrock.git
+ ( cd bedrock && $(MAKE) Bedrock/Word.vo )
make