diff --git a/README.md b/README.md index d676c7fc2c493c4fa121bd5cd750312781722aaa..9d5d0a977b4aa69b89a3724c42e19bd57b4e9ae1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ Build Status - master (This is stable branch): [](https://travis-ci.org/BhallaLab/moose) -This is a meta repository of MOOSE simulator. It contains MOOSE, its GUI and -other sister projects a submodule. For more details about these projects, read -respective README files. +This is the meta repository of MOOSE simulator. It contains C++ core of MOOSE, +python scripting interface and its GUI. + +For more details about these projects, read respective README files. # Install +~~~~ +./boostrap +cmake . +make +sudo make install +~~~~