Skip to content

Commit

Permalink
修改README文件
Browse files Browse the repository at this point in the history
  • Loading branch information
TCP404 committed May 21, 2021
1 parent c43699f commit cccb5c5
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 cccb5c5

Please sign in to comment.