diff options
-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 ``` |