We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e9d9 commit 577ed05Copy full SHA for 577ed05
README.md
@@ -8,14 +8,16 @@ average maximum throughput of ~100,000 rps.
8
9
to install, you'll need `cargo` and `git` installed.
10
11
+You can then run
12
+
13
```
14
cargo install --git https://github.com/blobcode/cobalt.git
15
16
17
## getting started
18
19
to get up and running, just install and run `cobalt -c <path to config file>`.
-Please note that cobalt will need to be placed behind ssl termination.
20
+Please note that cobalt will need to be placed behind ssl termination, as it works with http only.
21
22
## config
23
0 commit comments