chore(readme): add guide

main
Tran Hau 2021-01-18 17:13:40 +07:00
parent c75d70e67c
commit afac68699d
1 changed files with 11 additions and 7 deletions

View File

@ -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
```