Skip to content

Commit 96c6283

Browse files
committed
docs
1 parent 978f3cb commit 96c6283

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ cobalt is a simple, minimal reverse proxy in rust using tokio. It's the greatly
44

55
## installation
66

7-
To install, you'll need `cargo` and `git` installed.
7+
to install, you'll need `cargo` and `git` installed.
8+
9+
```
10+
cargo install --git https://github.com/blobcode/cobalt.git
11+
```
812

913
## getting started
1014

15+
to get up and running, just install and run `cobalt -c <path to config file>`.
16+
1117
## config
1218

19+
an example config can be found in [`cobalt.toml`](./cobalt.toml).
20+
1321
---
1422

1523
written with ❤️ by [blobcode](https://blobco.de)

cobalt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# port to run on
12
port = 8000
23

34
[[host]]

0 commit comments

Comments
 (0)