Skip to content

Commit f674104

Browse files
committed
Update README.md
1 parent 803e88b commit f674104

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Design for speed up brew installation, but also helpful in other situations mayb
99
Assume that we have a text file with brew install commands, whichi named `./brew1`.
1010

1111
```bash
12-
# ./brew1
12+
#! /bin/bash
13+
# file: brew1
1314
brew cask install evernote
1415
brew cask install inboard
1516
brew cask install macvim
1617
brew cask install macdown
17-
brew cask install qq
18+
# brew cask install qq
1819
brew cask install qq
1920
brew cask install qq
2021
brew cask install qq
@@ -24,6 +25,8 @@ brew cask install qq
2425
brew cask install qq
2526
```
2627

28+
We can comment lines using `#` just like shell scripts.
29+
2730
Then we run this installation in parallel with tmux-parallel.
2831

2932
```bash

0 commit comments

Comments
 (0)