Update README.md to note renamed subcommands
This commit is contained in:
parent
40b97e0c15
commit
c1b1767b12
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue