File tree
Expand file treeCollapse file tree1 file changed
+7
-7
lines changed Expand file treeCollapse file tree1 file changed
+7
-7
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -65,16 +65,16 @@ swift package generate-xcodeproj
|
65 | 65 | [INFO] Starting HTTP server on 0.0.0.0:8181 with document root ./webroot
|
66 | 66 | ```
|
67 | 67 |
|
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)访问 |
69 | 69 |
|
70 |
| -## Setup - Terminal |
| 70 | +## 准备工作 - 使用终端 |
71 | 71 |
|
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` |
76 | 76 |
|
77 |
| -The output you will see: |
| 77 | +您将会看到如下输出: |
78 | 78 |
|
79 | 79 | ```
|
80 | 80 | [INFO] Starting HTTP server on 0.0.0.0:8181 with document root ./webroot
|
|
You can’t perform that action at this time.
0 commit comments