mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
Merge pull request #169 from guanqun/fix-binary-name
the binary should be i2pd
This commit is contained in:
commit
53053105c9
@ -56,7 +56,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…
Reference in New Issue
Block a user