From 8c8847b0cee3a96392f98d7f2701b0818aa33465 Mon Sep 17 00:00:00 2001 From: Marcusk19 Date: Fri, 12 Apr 2024 15:04:11 -0400 Subject: [PATCH] change readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7824bb..f07f043 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ updating them with git. ## Usage -_Note: at the moment the sync feature has some bugs that need to be fixed, to_ -_avoid breaking your configs it is recommended to manually use git for the time being_ - ```bash # init sets up the config file and directory to hold all dotfiles dotctl init @@ -21,6 +18,8 @@ dotctl init dotctl add ~/.config/nvim # create symlinks dotctl link +# sync +dotctl sync -r ``` ## Development