First attempt at lighting up code coverage
This commit is contained in:
24
README.md
24
README.md
@ -1,5 +1,27 @@
|
||||
[](https://travis-ci.org/garious/phist)
|
||||
|
||||
# phist
|
||||
# :punch: phist :punch:
|
||||
|
||||
An implementation of Loom's Proof-of-History.
|
||||
|
||||
|
||||
# Developing
|
||||
|
||||
Install Rust and Cargo:
|
||||
|
||||
```bash
|
||||
$ curl https://sh.rustup.rs -sSf | sh
|
||||
```
|
||||
|
||||
Download the source code:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/garious/phist.git
|
||||
$ cd phist
|
||||
```
|
||||
|
||||
Run the test suite:
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
```
|
||||
|
Reference in New Issue
Block a user