Skip to content

Commit 61a21e0

Browse files
committed
Command-line $ symbol
1 parent 251c0ab commit 61a21e0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ your files
1414
Clone the repository and move the `prepare-commit-msg` and `post-commit` files.
1515

1616
```
17-
git clone https://github.com/thebearjew/commit-comments.git
18-
cd commit-comments
19-
chmod a+x prepare-commit-msg post-commit
20-
cp prepare-commit-msg post-commit your-repository/.git/hooks
17+
$ git clone https://github.com/thebearjew/commit-comments.git
18+
$ cd commit-comments
19+
$ chmod a+x prepare-commit-msg post-commit
20+
$ cp prepare-commit-msg post-commit your-repository/.git/hooks
2121
```
2222

2323
### Usage
@@ -80,7 +80,11 @@ build.sh
8080

8181
On Mac OS X, the default sed is from the FreeBSD distribution. To download the GNU sed version, use [Brew](http://brew.sh)
8282

83-
`brew install gnu-sed --with-default-names` will replace the existing sed command with the GNU version. Without the `--with-default-names` option, the command will be downloaded as `gsed`.
83+
```
84+
$ brew install gnu-sed --with-default-names
85+
```
86+
87+
will replace the existing sed command with the GNU version. Without the `--with-default-names` option, the command will be downloaded as `gsed`.
8488

8589
Search functionality is implemented using **pcregrep** which is portable to many Linux distributions and OS X. If pcregrep is not available on the system, GNU grep is a backup (not required to use the hooks).
8690

0 commit comments

Comments
 (0)