浏览代码

move path section after plugin-enabling section

Marc Cornellà 6 年之前
父节点
当前提交
4e59ba755c
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. 7 6
      plugins/grails/README.md

+ 7 - 6
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`