commit 9abaa4668c3b0bff659eeaed2a03629ca44cde94
author: monaco <arianitkukaj@gmail.com>
date: 2023-06-23 22:25
parents: 47b0ba16
Update README.md
| M | README.md | +2 | -1 |
diff --git a/README.md b/README.md index a5a82fa..f6c9b79 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ This command uses the `cpanm` tool to install the necessary modules (`Mojoliciou The code uses an SQLite database to store the pastes. Create an empty SQLite database file named `pastes.db` in the same directory as the Perl script. You can do this with the following command: -`touch pastes.db` +`touch pastes.db && mkdir pastes` + ### Step 3: Run the Perl Script