chore(readme): guide compare
parent
3434986e67
commit
870bd54fac
17
README.md
17
README.md
|
@ -2,18 +2,15 @@
|
||||||
|
|
||||||
[![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
|
[![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
```sh
|
|
||||||
go build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install (replace user config with saved config)
|
# Install dotfiles
|
||||||
./dotfiles install
|
go run *.go install
|
||||||
|
|
||||||
# Update (replace saved config with user config)
|
# Update dotfiles with user config
|
||||||
./dotfiles update
|
go run *.go update
|
||||||
|
|
||||||
|
# Compare dotfiles with user config
|
||||||
|
go run *.go compare
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue