diff --git a/shell.nix b/shell.nix index 0072430..0dd906d 100644 --- a/shell.nix +++ b/shell.nix @@ -6,8 +6,8 @@ pkgs.mkShell { pkgs.nodejs-16_x ]; shellHook = '' - echo "Installing dependencies using pnpm, please wait." + echo "Installing dependencies using npm, please wait." npm i - echo "Done" + echo "Done! You may now run npm run dev to test your changes." ''; } \ No newline at end of file