From 59353a6718adc7c7853de3764eb3d18fe416572c Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 29 May 2020 12:35:51 +0100 Subject: [PATCH] update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2cb1ae6..f9d48d83 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The GitHub repo is mirrored from the in-I2P GitLab repo. Please open PRs and is MuWire is an easy to use file-sharing program which offers anonymity using [I2P technology](http://geti2p.net). It works on any platform Java works on, including Windows,MacOS,Linux. -The current stable release - 0.6.8 is avaiable for download at https://muwire.com. The latest plugin build and instructions how to install the plugin are available inside I2P at http://muwire.i2p. +The current stable release - 0.7.1 is avaiable for download at https://muwire.com. The latest plugin build and instructions how to install the plugin are available inside I2P at http://muwire.i2p. You can find technical documentation in the [doc] folder. Also check out the [Wiki] for various other documentation. @@ -30,9 +30,7 @@ Type ./gradlew gui:run ``` -If you have an I2P router running on the same machine that is all you need to do. If you use a custom I2CP host and port, create a file `i2p.properties` and put `i2cp.tcp.host=` and `i2cp.tcp.port=` in there. On Windows that file should go into `%HOME%\AppData\Roaming\MuWire`, on Mac into `$HOME/Library/Application Support/MuWire` and on Linux `$HOME/.MuWire` - -[Default I2CP port]\: `7654` +The setup wizard will ask you for the host and port of an I2P or I2Pd router. ## Running the CLI