commit 9abaa4668c3b0bff659eeaed2a03629ca44cde94 from: monaco via: GitHub date: Fri Jun 23 20:25:49 2023 UTC Update README.md commit - 47b0ba16de6a9d7bfe19b570454241c50ab1ba67 commit + 9abaa4668c3b0bff659eeaed2a03629ca44cde94 blob - a5a82fa42916ab6b2258a87c72a1d5436d525fe6 blob + f6c9b79341dba628a8e0424a0654e635c6d5049d --- README.md +++ README.md @@ -17,8 +17,9 @@ This command uses the `cpanm` tool to install the nece 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 Once you have installed the modules and created the database file, you can run the Perl script. Open your terminal and navigate to the directory containing the script (`cd path/to/script`). Then execute the following command: