From c1b1767b120a72eba63714d3e9b083b4bf6f4ec6 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 5 Dec 2023 21:28:53 +1100 Subject: [PATCH] Update README.md to note renamed subcommands --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 122a35a..471a960 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,12 @@ Will clone one or more packages specified into your `DOTFILES` directory. Packag Will simply run `git fetch -p` for each of the specified package names. If there are no package names provided, will implicitly run over *all* packages. -### `link` +### `stow` Will employ GNU Stow to symlink each of the packages specified by name into your `HOME`. If no package names are provided, will implicitly link all packages. +Additionally, `unstow` and `restow` commands are available with the same interface. These three commands correspond to the `-S`, `-D`, and `-R` modes Stow can be run in. + ### `pull` Very similar to `fetch`. Will simply run `git pull` for each of the specified package names. If there are no package names provided, will implicitly run over *all* packages.