chore(readme): use dot as new name
parent
2d23d9e98d
commit
47019335e7
|
@ -5,12 +5,15 @@
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# Build
|
||||||
|
go build ./cmd/dot
|
||||||
|
|
||||||
# Install dotfiles
|
# Install dotfiles
|
||||||
go run *.go install
|
./dot install
|
||||||
|
|
||||||
# Update dotfiles with user config
|
# Update dotfiles with user config
|
||||||
go run *.go update
|
./dot update
|
||||||
|
|
||||||
# Compare dotfiles with user config
|
# Compare dotfiles with user config
|
||||||
go run *.go compare
|
./dot compare
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue