Update README.md to note renamed subcommands

This commit is contained in:
Danielle McLean 2023-12-05 21:28:53 +11:00
parent 40b97e0c15
commit c1b1767b12
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -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.