From 420f6554532b5884867b1870a11c5d8a5f0d93f4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 14 Jun 2015 17:02:23 +0900 Subject: [PATCH] Updating README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4ad95ac..79e4833 100644 --- a/README.md +++ b/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`