فهرست منبع

Update 'README.md'

computer_glamour 2 هفته پیش
والد
کامیت
cac39f3e9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,6 +3,6 @@
 how to extract webpage from a git repo and then throw it into root of www server
 
 ```bash
-git --git-dir=./computer.glamour.ovh.git/ archive HEAD | tar -x
+git --git-dir=/path/to/repo.git archive HEAD | tar -x -C /destination/path
 
 ```