From 03e893c3fb6b246c7ab8a0e4b95e48d9558a6b44 Mon Sep 17 00:00:00 2001 From: Marcusk19 Date: Thu, 11 Apr 2024 18:06:20 -0400 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff91067..c7824bb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ 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 @@ -18,8 +21,6 @@ dotctl init dotctl add ~/.config/nvim # create symlinks dotctl link -# sync changes -dotctl sync -r ``` ## Development