diff --git a/README.md b/README.md index cf63cba..770e9a1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # MiNode -Python 3 implementation of the Bitmessage protocol. Designed to be used on routing nodes. +Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network. +## Running +Make sure you have Python 3.x installed. +``` +git clone https://github.com/TheKysek/MiNode.git +``` +``` +cd MiNode +``` +``` +chmod +x start.sh +./start.sh +```