File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ swift package generate-xcodeproj
6565
[INFO] Starting HTTP server on 0.0.0.0:8181 with document root ./webroot
6666
```
6767

68-
* In a browser, visit [http://localhost:8181/api/v1/people](http://localhost:8181/api/v1/people)
68+
* 打开浏览器,通过 [http://localhost:8181/api/v1/people](http://localhost:8181/api/v1/people)访问
6969

70-
## Setup - Terminal
70+
## 准备工作 - 使用终端
7171

72-
* Check out or download the project;
73-
* In terminal, navigate to the directory
74-
* Execute `swift build`
75-
* Once the project has compiled, execute `./.build/debug/Perfect-JSON-API`
72+
* 导出或下载工程;
73+
* 在终端中,导航到工程目录
74+
* 执行 `swift build`
75+
* 项目编译成功后, 请执行 `./.build/debug/Perfect-JSON-API`
7676

77-
The output you will see:
77+
您将会看到如下输出:
7878

7979
```
8080
[INFO] Starting HTTP server on 0.0.0.0:8181 with document root ./webroot

0 commit comments

Comments
 (0)