From e4a79b5a60401d9485e4819a392b730045619005 Mon Sep 17 00:00:00 2001 From: Andriy Massimilla Date: Mon, 21 Aug 2023 15:35:28 -0400 Subject: [PATCH] Update readme with blob syntax --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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