File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ CLI to interactively select and run package scripts using any package manager.
1717
1818## Installation
1919
20- 1 . Run the following command using ** _ npx_ ** from any directory.
20+ ** Step 1 ** . Run the following command using ** _ npx_ ** from any directory.
2121
2222``` bash
2323npx package-scripts
2424```
2525
26- 2 . Follow the prompts to set up the command name and select your default package manager.
26+ ** Step 2 ** . Follow the prompts to set up the command name and select your default package manager.
2727
28- 3 . Once the installation process is complete, add the following lines to your shell configuration file.
28+ ** Step 3 ** . Once the installation process is complete, add the following lines to your shell configuration file.
2929
3030- For POSIX-compatible shells like bash or zsh
3131
@@ -49,7 +49,7 @@ if (Test-Path -Path "$env:HOMEPATH\.package-scripts\bin") {
4949
5050> 💡 To get the path of your PowerShell configuration file, type ` $PROFILE. ` and tab through the available options to choose the necessary profile.
5151
52- 4 . Restart your shell. The command should now be available.
52+ ** Step 4 ** . Restart your shell. The command should now be available.
5353
5454### How it works
5555
You can’t perform that action at this time.
0 commit comments