Merge pull request #37 from 0100001001000010/master

Adds ungron shell script suggestion to README.mkd
This commit is contained in:
Tom Hudson 2018-04-09 11:08:19 +01:00 committed by GitHub
commit d63fa4f72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,10 @@ It's recommended that you alias `ungron` or `norg` (or both!) to `gron --ungron`
alias norg="gron --ungron"
alias ungron="gron --ungron"
```
Or you could create a shell script in your $PATH named `ungron` or `norg` to affect all users:
```
gron --ungron "$@"
```
## Usage