chore(readme): use dot as new name

main
sudo pacman -Syu 2021-05-05 16:45:05 +07:00
parent 2d23d9e98d
commit 47019335e7
1 changed files with 6 additions and 3 deletions

View File

@ -5,12 +5,15 @@
## Usage
```sh
# Build
go build ./cmd/dot
# Install dotfiles
go run *.go install
./dot install
# Update dotfiles with user config
go run *.go update
./dot update
# Compare dotfiles with user config
go run *.go compare
./dot compare
```