diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-07 20:45:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-07 20:45:05 +0300 |
commit | d34e78f86a71523f8992453b578e3e016f572a5a (patch) | |
tree | e2331fdc5b2c7099a2fdb00b70450271c3a654fb /README.md | |
parent | support a dumb variable for root path / (diff) | |
download | config-links-d34e78f86a71523f8992453b578e3e016f572a5a.tar.gz config-links-d34e78f86a71523f8992453b578e3e016f572a5a.zip |
split update.sh into multiple files
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ This description is obviously confusing; see the complete usage example below. Usage ----- -Symlinks are managed by `update.sh`. +Symlinks are managed by `bin/update.sh`. ``` usage: update.sh [-h|--help] [-d|--database PATH] [-s|--shared-dir DIR] [-n|--dry-run] @@ -34,7 +34,7 @@ In this example, the symlinks to files in "../src" must appear in ``` > pwd -/cygdrive/d/workspace/personal/config-links +/cygdrive/d/workspace/personal/config-links/bin > tree /test/dest/ /test/dest/ |