commit 29a69fe0590993b3de279f22651c45f9f4b56974 from: monaco via: GitHub date: Tue Jun 27 21:57:30 2023 UTC Update README.md commit - d518be9b2cf364d795ed4e5847ca4602b3d5e304 commit + 29a69fe0590993b3de279f22651c45f9f4b56974 blob - 3d26810ba7e2342324d6dbc9bc2a42e3afd7b66c blob + 137b9f646b82b0797013ff5756dc367c75a87f7b --- README.md +++ README.md @@ -11,6 +11,12 @@ Before running the code, you need to install the requi `cpanm Mojolicious DBI File::Slurp` +or + +`cpan install Mojolicious::Lite` +`cpan install DBI` +`cpan install File::Slurp` + This command uses the `cpanm` tool to install the necessary modules (`Mojolicious`, `DBI`, and `File::Slurp`). If you don't have `cpanm` installed, you can install it by running `cpan App::cpanminus`. ### Step 2: Create the SQLite Database