diff --git a/.gitignore b/.gitignore index ef440c4..c6a0bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ prototype/chain-manager/patch.* deps dev erl_crash.dump +eqc .concrete/DEV_MODE .rebar edoc diff --git a/README.md b/README.md index 95e24a1..6e86eb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Machi: a robust & reliable, distributed, highly available, large file store +# Machi: a distributed, decentralized blob/large file store [Travis-CI](http://travis-ci.org/basho/machi) :: ![Travis-CI](https://secure.travis-ci.org/basho/machi.png) diff --git a/doc/humming_consensus_demo.md b/doc/humming_consensus_demo.md index 1f0f3c5..7d01fe7 100644 --- a/doc/humming_consensus_demo.md +++ b/doc/humming_consensus_demo.md @@ -10,14 +10,14 @@ ## Prerequisites Please refer to the -[Machi development environment prerequisites doc](./doc/dev-prerequisites.md) +[Machi development environment prerequisites doc](./dev-prerequisites.md) for Machi developer environment prerequisites. ## Clone and compile the code Please see the -[Machi 'clone and compile' doc](./doc/dev-clone-compile.md) +[Machi 'clone and compile' doc](./dev-clone-compile.md) for the short list of steps required to fetch the Machi source code from GitHub and to compile & test Machi.