瀏覽代碼

Update 'README.md'

tags/0.9.0
maeda 4 年之前
父節點
當前提交
9c0bab2a75
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -111,8 +111,8 @@ You also need to setup a `post-receive` hook on the host server.
111 111
 
112 112
 #### Uploads Directories
113 113
 1. Download to development machine: `rsync -av <user>@<host>:/opt/vue-wp/uploads/ <local directory>`
114
-2. Upload from development machine: `rsync -azP ./uploads/* next:/opt/staging/vue-wp.git/uploads/`
115
-3. 
114
+2. Upload from development machine: `rsync -azP <file-path-to>/uploads/* <user>@<host>:/opt/staging/vue-wp.git/uploads/`
115
+
116 116
 #### mysql Dump
117 117
 1. On the production machine:
118 118
 ```

Loading…
取消
儲存