Updating README
This commit is contained in:
parent
5e41714234
commit
420f655453
16
README.md
16
README.md
@ -232,14 +232,6 @@ provides a more detailed description of what the parameters do.
|
||||
for the current user, and as long as you are just using this application to manage dot-files, will probably never
|
||||
need to be changed.
|
||||
|
||||
* `nocmd`
|
||||
|
||||
Do not execute commands for the `cmd` blocks inside of tasks.
|
||||
|
||||
* `nolink`
|
||||
|
||||
Do not create links for the `link` blocks inside of tasks.
|
||||
|
||||
* `force`
|
||||
|
||||
Sometimes dot-files for an application are nested within parent directories that must exist in order to allow the
|
||||
@ -250,6 +242,14 @@ provides a more detailed description of what the parameters do.
|
||||
`[".ssh/id_rsa.pub", ".ssh_flatline/id_rsa.pub", 0700]`. Notice that you can specify permissions in octal notation
|
||||
by adding a leading zero value (the `0x` prefix signifies hexadecimal).
|
||||
|
||||
* `nocmd`
|
||||
|
||||
Do not execute commands for the `cmd` blocks inside of tasks.
|
||||
|
||||
* `nolink`
|
||||
|
||||
Do not create links for the `link` blocks inside of tasks.
|
||||
|
||||
* `task`
|
||||
|
||||
This parameter is used to specify which task Homemaker will process when executed. It defaults to the `default`
|
||||
|
Loading…
Reference in New Issue
Block a user