From 47019335e727eaa9b5e683471d881dd1f7542963 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Wed, 5 May 2021 16:45:05 +0700 Subject: [PATCH] chore(readme): use dot as new name --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82a70d4..0a651da 100644 --- a/README.md +++ b/README.md @@ -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 ```