Skip to content

Commit

Permalink
add 注意事项
Browse files Browse the repository at this point in the history
  • Loading branch information
nj-jay committed Dec 11, 2020
1 parent af6f840 commit 6536f02
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,25 @@ export PATH="/path/to:$PATH"

`qn account -w ak sk bucket(把sk sk bucket换成你的ak sk以及你选择存储的空间)`

### 注意事项

填写文件路径的时候请使用`/`而不是`\`

并保证文件名中没有空格

正确的路径为

* ../filename(相对路径)
* filename(同一目录)
* /home/jay/filename(绝对路径)

### 示例

```shell
# 假设test.png的位置是/path/to/test.png
qn put /path/to/test.png
qn put home/jay/images/test.png
qn put ../images/test.png
qn put test.png
# 结果为:
upload successfully
外链为:http://picture.nj-jay.com/test.png
Expand Down

0 comments on commit 6536f02

Please sign in to comment.