Skip to content

Commit dc53c56

Browse files
authored
Update README.md
1 parent fa56b5e commit dc53c56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ From the extension's preferences, enter the terminal/shell commands to include i
2424
![Screenshot-commands](screenshots/Screenshot-command.png)
2525

2626
Tips:
27-
- Chain multiple commands together using `&&` between commands.
28-
- Test the command first by running it in the terminal before adding it to the extension to verify it is correct. Note that because the command is not running in a terminal window, there will not be any output or error messages.
27+
- Run multiple commands by using `&` between commands.
28+
- Chain multiple commands together to run one at a time using `&&` between commands.
29+
- Test the full command first by running it in the terminal before adding it to the extension to verify it is correct. Note that because the command is not running in a terminal window, there will not be any output or error messages.
2930

3031
<br>
3132

0 commit comments

Comments
 (0)