Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
TCP404 committed May 21, 2021
2 parents 86c80bf + cccb5c5 commit c03a50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $ go build
> TinyServer # 将运行在 http://本机局域网IP:9090,共享目录为当前工作目录
> TinyServer.exe # 将运行在 http://本机局域网IP:9090,共享目录为当前工作目录
> TinyServer -p {指定端口} # 将运行在 http://本机局域网IP:指定端口,共享目录为当前工作目录
$ TinyServer -r {指定目录} # 将运行在 http://本机局域网IP:9090,共享目录为指定目录
$ TinyServer -r {指定目录} -p {指定端口} # 将运行在 http://本机局域网IP:指定端口,共享目录为指定目录
> TinyServer -r {指定目录} # 将运行在 http://本机局域网IP:9090,共享目录为指定目录
> TinyServer -r {指定目录} -p {指定端口} # 将运行在 http://本机局域网IP:指定端口,共享目录为指定目录
```

**Linux**:
Expand Down

0 comments on commit c03a50b

Please sign in to comment.