Added instructions on adding to collection instead of just a folder path

Roshan Jonah 2020-04-23 12:33:36 +12:00
parent 18bb308ef8
commit d7ece8071c

@ -15,3 +15,6 @@ The easiest way is just to use the OS-provided copy command from the command lin
The most efficient way is to use "weed filer.copy". It is multi-threaded and bypasses the FUSE layer.
> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/path/to/a/folder/`
OR If it's a collection
> Example: `weed filer.copy file_or_dir1 [file_or_dir2 file_or_dir3] http://localhost:8888/?collection=collection-name`