Skip to content

Commit

Permalink
update readme.md to add config.md link
Browse files Browse the repository at this point in the history
Change-Id: I31e1ac09cb3dab7736ed4e2fb94c83261dfa1132
  • Loading branch information
xiaosong yang committed Oct 29, 2024
1 parent d7fe90e commit 5d3cbd3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ RUST_LOG=debug cargo run --package monolake -- -c examples/config.toml
curl -vvv --cacert examples/certs/rootCA.crt --resolve "gateway.monolake.rs:8082:127.0.0.1" https://gateway.monolake.rs:8082/
```

## Configurations

Please check [Configuration](docs/cloudwego/Getting%20Started/_config.md) for more details.

## Limitations

1. On Linux 5.6+, both uring and epoll are supported
Expand All @@ -55,7 +59,7 @@ curl -vvv --cacert examples/certs/rootCA.crt --resolve "gateway.monolake.rs:8082

## Call for help

Monoio is a subproject of [CloudWeGo](https://www.cloudwego.io).
Monolake is a subproject of [CloudWeGo](https://www.cloudwego.io).

Due to the limited resources, any help to make the monolake more mature, reporting issues or requesting features are welcome. Refer the [Contributing](./CONTRIBUTING.md) documents for the guidelines.

Expand All @@ -68,4 +72,4 @@ Due to the limited resources, any help to make the monolake more mature, reporti

## License

Monoio is licensed under the MIT license or Apache license.
Monolake is licensed under the MIT license or Apache license.

0 comments on commit 5d3cbd3

Please sign in to comment.