mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 19:40:30 +03:00
docs/running: cp -r
not cp -p
This commit is contained in:
parent
e12f6f1f70
commit
66bb88abca
@ -163,7 +163,7 @@ Those files are not currently installed anywhere by the `setup.py` script, so
|
||||
you'll need to manually copy them into somewhere convenient, e.g.:
|
||||
|
||||
mkdir -p ${HOME}/.local/share/eddn
|
||||
cp -p <eddn source root>/contrib/monitor ${HOME}/.local/share/eddn
|
||||
cp -r <eddn source root>/contrib/monitor ${HOME}/.local/share/eddn
|
||||
chmod -R og+rX ${HOME} ${HOME}/.local ${HOME}/.local/share ${HOME}/.local/share/eddn
|
||||
|
||||
You will need to configure a reverse proxy to actually enable access to this.
|
||||
|
Loading…
x
Reference in New Issue
Block a user