Update README.md
This commit is contained in:
parent
d81a3336c2
commit
e246c7558d
14
README.md
14
README.md
|
@ -1,2 +1,14 @@
|
||||||
# MiNode
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user