diff --git a/README.md b/README.md index cbea8e4..5f39666 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # homesync -**Caution! This is a work in progress and far from complete!** +**Caution! This is a work in progress!** ## Introduction @@ -109,18 +109,15 @@ $ homesync push ``` If looking to copy a configuration tracked by homesync to your desktop, you -can run +can run either: ```bash -$ homesync apply +$ homesync apply +$ homesync apply --all ``` -To copy all configurations (and optionally overwrite files that already exist), -you can run - -```bash -$ homesync apply --all [--overwrite] -``` +The latter command overwrites all configuration files in favor of those found in +the local repository. ## Known Issues diff --git a/src/daemon.rs b/src/daemon.rs index a1902cf..8af3c3d 100644 --- a/src/daemon.rs +++ b/src/daemon.rs @@ -11,7 +11,6 @@ use std::{ }; // TODO(jrpotter): Add pid file to only allow one daemon at a time. -// TODO(jrpotter): Sync files to local git repository. // ======================================== // Polling