diff --git a/README.md b/README.md index eb9e5b9f..504e07d5 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ You can build an executable binary yourself by checking out this Git repository. Then you have an executive binary `rust-rpxy/target/release/rpxy`. -Note that we do not have an option of installation via [`crates.io`](https://crates.io/), i.e., `cargo install`, at this point since some dependencies are not published yet. Alternatively, you can use docker image (see below) as the easiest way for `amd64` environment. - ### Package Installation for Linux (RPM/DEB) You can find the Jenkins CI/CD build scripts for `rpxy` in the [./build](./.build) directory. Prebuilt packages for Linux RPM and DEB are available at [https://rpxy.gamerboy59.dev](https://rpxy.gamerboy59.dev), provided by [@Gamerboy59](https://github.com/Gamerboy59). +Note that we do not have an option of installation via [`crates.io`](https://crates.io/), i.e., `cargo install`, at this point since some dependencies are not published yet. Alternatively, you can use docker image (see below) as the easiest way for `amd64` environment. + ## Usage `rpxy` always refers to a configuration file in TOML format, e.g., `config.toml`. You can find an example of the configuration file, `config-example.toml`, in this repository.