summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b259bc..96e1c81 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork.
+## Build
+
+The usual:
+
+```bash
+$ cargo build
+$ cargo test
+```
+
## License
[GPLv2](LICENSE.md)