diff --git a/README.md b/README.md index 7de735d6..4c59d283 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ On Ubuntu/Debian based Then, run it: -$ ./i2p +$ ./i2pd The client should now reseed by itself. diff --git a/build/Dockerfile b/build/Dockerfile index de486e6f..3f7cb1f3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,5 +8,5 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git WORKDIR /i2pd RUN make -CMD ./i2p +CMD ./i2pd