1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-13 05:41:16 +00:00

Fix path of i2pd.conf

This commit is contained in:
Darknet Villain 2017-03-01 15:10:35 -05:00
parent c33856de99
commit 55c2e6051a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ i2pd.conf:
[sam]
enabled = true
See also commented config with examples of all options in ``docs/i2pd.conf``.
See also commented config with examples of all options in ``contrib/i2pd.conf``.
Options specified on the command line take precedence over those in the config file.
If you are upgrading your very old router (< 2.3.0) see also [this](config_opts_after_2.3.0.md) page.

View File

@ -48,7 +48,7 @@ This way all i2pd-related files will be stored at `$HOME/dist`.
mkdir $HOME/dist
cp i2pd $HOME/dist
cp -R contrib/certificates $HOME/dist
cp docs/i2pd.conf $HOME/dist
cp contrib/i2pd.conf $HOME/dist
cd $HOME/dist
ulimit -n 4096 # only on Linux, increasing open file limit
./i2pd --datadir .