Skip to content

Commit e01031a

Browse files
committed
update readme file
1 parent 907ebbe commit e01031a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Happy installation
5252
**note** `platform` can be `*` or specific one like `darwin` (from Node `os.platform()`) or a
5353
list of several platforms like `darwin,linux`
5454

55+
### Specific commit
56+
57+
You can install using commit message from a specific commit (not the current one)
58+
59+
```shell
60+
$ $(npm bin)/commit-message-install --sha f81a00
61+
```
62+
5563
### Alternative command
5664

5765
You can specify a command to run *if commit message has no JSON block*. For example you can

0 commit comments

Comments
 (0)