From afac68699dadc41ff8e340d01ec3a3c59c969748 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 18 Jan 2021 17:13:40 +0700 Subject: [PATCH] chore(readme): add guide --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a46a4c1..aef03de 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # Dotfiles -Require: - -```txt -rsync -``` - Install: ```sh -./install.sh +go build +``` + +Usage: + +```sh +# Install (replace user config with saved config) +./dotfiles install + +# Update (replace saved config with user config) +./dotfiles update ```