Update README.md

This commit is contained in:
Krzysztof Oziomek 2016-06-30 10:39:31 +02:00 committed by GitHub
parent d81a3336c2
commit e246c7558d

View File

@ -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
```