diff --git a/README.md b/README.md index 0b804e6..efa2ae2 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,6 @@ config file automatically. For example to import `~/.xinitrc` ```bash $ dotdrop.sh import ~/.xinitrc - ``` ## List profiles @@ -351,20 +350,20 @@ directory and uses gpg to decrypt it when install is run. Here's how to deploy the above solution: -* import the clear dotfile (creates the entries in the config) +* import the clear dotfile (creates the correct entries in the config file) ``` ./dotdrop.sh import ~/.secret ``` -* encrypt it and +* encrypt the original dotfile ``` ~/.secret ``` -* overwrite the dotfile +* overwrite the dotfile with the encrypted version ``` cp dotfiles/secret ``` * edit the config file and add the transformation to the dotfile -* commit and push changes +* commit and push the changes ## Update dotdrop @@ -381,7 +380,6 @@ Through pypi: $ sudo pip3 install dotdrop --upgrade ``` - ## Update dotfiles Dotfiles managed by dotdrop can be updated using the `update` command.