mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
Added --install flag.
This commit is contained in:
parent
c741382fc9
commit
3ef89718a1
5 changed files with 84 additions and 9 deletions
|
@ -107,7 +107,9 @@ void HTTPConnection::Send404Reply()
|
|||
"<head><title>Error: 404 - webui not installed</title></head><body>"
|
||||
"<p>It looks like your webui installation is broken.</p>"
|
||||
"<p>Run the following command to (re)install it:</p>"
|
||||
"<pre>./i2pd --install /path/to/webui</pre>"
|
||||
"<pre>./i2pd --install=/path/to/webui</pre>"
|
||||
"<p>Or from a directory containing a folder named webui:</p>"
|
||||
"<pre>./i2pd --install</pre>"
|
||||
"<p>The webui folder should come with the binaries.</p>"
|
||||
"</body></html>"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue