diff --git a/README.md b/README.md index 37d0635..82a70d4 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,15 @@ [![Go](https://github.com/haunt98/dotfiles/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go) -## Install - -```sh -go build -``` - ## Usage ```sh -# Install (replace user config with saved config) -./dotfiles install +# Install dotfiles +go run *.go install -# Update (replace saved config with user config) -./dotfiles update +# Update dotfiles with user config +go run *.go update + +# Compare dotfiles with user config +go run *.go compare ```