diff options
author | Arianit K <arianit@hax.al> | 2025-06-02 23:44:42 +0000 |
---|---|---|
committer | Arianit K <arianit@hax.al> | 2025-06-02 23:44:42 +0000 |
commit | c41ed68f3fe874a61299e4a7c693855e47f702fb (patch) | |
tree | faf16d4e37bb5bd33bc35ab8d089aab2ec794e17 | |
parent | Revising (diff) | |
download | KISSmoPerl-master.tar.gz KISSmoPerl-master.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ touch pastes.db && mkdir pastes Once you've installed the modules and created the database file, navigate to the directory containing your script and execute the following command: ``` -perl paste.pl daemon -m production -l [http://0.0.0.0:7878](http://0.0.0.0:7878) +perl paste.pl daemon -m production -l http://0.0.0.0:7878 ``` |