diff --git a/README.md b/README.md index 953f290..6fcd95c 100644 --- a/README.md +++ b/README.md @@ -30,18 +30,9 @@ If you want to update a file after changing it, you can simply run `dvs add -``` - -You can get all files in a directory wirth -``` -dvs get -``` - -The `--recurse` flag will also get all files in all subdirectories. -``` -dvs get -r +dvs get [another-glob] ``` +`dvs get` works the same way as `dvs add`, using globs, but instead of adding files to the storage location, it will retrieve them and place them in the current directory. ### Listing tracked files