commit 1751fa702d6c936df8b8cfbb76ce330f1bb02847
parent 6163dfc0ec7cb12d96f7621c9733f6a8ad2ea83c
Author: William Casarin <jb55@jb55.com>
Date: Thu, 13 Jun 2019 11:00:57 -0700
install instructions
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/jb55/btcs.svg)](https://travis-ci.org/jb55/btcs)
bitcoin script parser/evaluator/compiler/decompiler
-
+
**WARNING**: This is not a consensus-critical implementation of
bitcoin script. Make sure to actually test your script on testnet or
with something like [btcdeb](https://github.com/kallewoof/btcdeb).
@@ -13,6 +13,12 @@
I wanted a better way to hack on Bitcoin scripts
+## Installing
+
+deps: `python3`, `bison`, `flex`, a C compiler
+
+ $ make install
+
## TODOs
- [X] Tokenizer