Skip to content

Commit 6d1e9b8

Browse files
authored
Merge pull request #197 from junkurihara/develop
0.9.2
2 parents 1d75610 + c18ed44 commit 6d1e9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ You can build an executable binary yourself by checking out this Git repository.
4545

4646
Then you have an executive binary `rust-rpxy/target/release/rpxy`.
4747

48-
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.
49-
5048
### Package Installation for Linux (RPM/DEB)
5149

5250
You can find the Jenkins CI/CD build scripts for `rpxy` in the [./build](./.build) directory.
5351

5452
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).
5553

54+
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.
55+
5656
## Usage
5757

5858
`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.

0 commit comments

Comments
 (0)