Browse Source

readme: added sample cmd how to change source dir

Fabian Peter Hammerle 6 years ago
parent
commit
d925375c15
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+## Change source directory
+
+```sh
+rgpgfs -o modules=subdir -o subdir=/source/dir /mount/point
+```