move path section after plugin-enabling section

master
Marc Cornellà 8 years ago committed by GitHub
parent ac2ccb7535
commit 4e59ba755c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      plugins/grails/README.md

@ -1,15 +1,16 @@
# Grails plugin
Adds tab-completion of Grails script names to the command line use of grails.
Looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/scripts`
- `./scripts`
- `./plugins/*/scripts`
To use it, add `grails` to the plugins array in your zshrc file:
```zsh
plugins=(... grails)
```
It looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/scripts`
- `./scripts`
- `./plugins/*/scripts`

Loading…
Cancel
Save