From cdb42b33cea93a97fc61fdc2c6f7a8c02df5d474 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 22 Mar 2015 18:42:18 -0400 Subject: [PATCH] Removed external IP detection step --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4445de8b..99db4028 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,9 @@ On Ubuntu/Debian based * $ cd i2pd * $ make -Next, find out your public ip. (find it for example at http://www.whatismyip.com/) +Then, run it: -Then, run it with: - -$ ./i2p --host=YOUR_PUBLIC_IP +$ ./i2p The client should now reseed by itself.