1 parent dfd9b11 commit d70ca1bCopy full SHA for d70ca1b
1 file changed
examples/vanilla_http_server/README.md
@@ -45,17 +45,7 @@ v run examples/vanilla_http_server/src
45
Production build:
46
47
```sh
48
-v -prod examples/vanilla_http_server/src
49
-```
50
-
51
-### Run
52
53
-```sh
54
-# Default port 3001
55
-./vanilla_http_server
56
57
-# Custom port
58
-./vanilla_http_server --port 8080
+v -prod crun examples/vanilla_http_server/src
59
```
60
61
### Benchmark
0 commit comments