Skip to content

Commit e037866

Browse files
Update README.md
Added clearer instructions for starting the server before running the clients.
1 parent a5052b9 commit e037866

File tree

1 file changed

+15
-1
lines changed
  • Examples/hello-world-async-http-client-example

1 file changed

+15
-1
lines changed

Examples/hello-world-async-http-client-example/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@ The server can be started by running any of the Hello World server examples loca
1414

1515
## Usage
1616

17-
Build and run the client CLI using:
17+
Start one of the Hello World servers in a different terminal:
18+
19+
```console
20+
% cd Examples/hello-world-hummingbird-server-example
21+
% swift run
22+
```
23+
24+
or
25+
26+
```console
27+
% cd Examples/hello-world-vapor-server-example
28+
% swift run
29+
```
30+
31+
Then, build and run the client CLI using:
1832

1933
```console
2034
% swift run

0 commit comments

Comments
 (0)