mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
the binary should be i2pd
This commit is contained in:
parent
c92e00c21f
commit
d2b30b5d11
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ On Ubuntu/Debian based
|
||||||
|
|
||||||
Then, run it:
|
Then, run it:
|
||||||
|
|
||||||
$ ./i2p
|
$ ./i2pd
|
||||||
|
|
||||||
The client should now reseed by itself.
|
The client should now reseed by itself.
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,5 @@ RUN git clone https://github.com/PurpleI2P/i2pd.git
|
||||||
WORKDIR /i2pd
|
WORKDIR /i2pd
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
CMD ./i2p
|
CMD ./i2pd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue