fix readme

This commit is contained in:
root 2025-04-18 15:57:31 +02:00
parent 9cd2487ec3
commit 10d584cf98

View file

@ -4,7 +4,7 @@ to enable submissions you need to do the following:
apt install php-gd -y
# chmod 777 the submission.csv file to enable php to write to it
chmod 777 /srv/darknet-lantern/submissions/submission.csv
chmod 777 -R /srv/darknet-lantern/submissions/
```