Skip to content

Commit e8319a6

Browse files
authored
Update README.md
1 parent a16033f commit e8319a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

delayserver/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ for simulating slow servers and delayed responses.
66

77
## Usage
88

9+
In the delayserver folder run:
10+
911
```
10-
in the delayserver folder run:
1112
cargo run delayserver
1213
```
1314

15+
You can alternatively install the programm locally so it's always available in PATH:
16+
17+
```
18+
cargo install --path .
19+
```
20+
1421
Delay server works by issuing a http GET request in the format:
1522

1623
```

0 commit comments

Comments
 (0)