Skip to content

Commit 652bc62

Browse files
committed
docs: updated readme
1 parent 03a368e commit 652bc62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2323
npx 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

0 commit comments

Comments
 (0)