From 373a19d0abee9c84ec84f0006de4334a69992a34 Mon Sep 17 00:00:00 2001 From: hashworks Date: Mon, 1 Jun 2020 17:09:39 +0200 Subject: [PATCH] Small fixes for the english README --- README.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index d45170b4..19144889 100644 --- a/README.en.md +++ b/README.en.md @@ -18,7 +18,7 @@ Chinese Telegram RSS bot [@RustRssBot](http://t.me/RustRssBot) ## WIP -English version is still a work in progress. +English version is still work in progress. **Unresolved problems:** * The command description in Telegram can't be internationalized @@ -32,13 +32,13 @@ English version is still a work in progress. ## Download -The pre-compiled binaries can be downloaded directly from [Releases](https://github.com/iovxw/rssbot/releases), the Linux version is statically linked to *musl*, no other dependencies required. +The pre-compiled binaries can be downloaded directly from [Releases](https://github.com/iovxw/rssbot/releases). The Linux version is statically linked to *musl*, no other dependencies required. ## Compile **Please try to download from the Link above, if that's not feasible or you have other requirements you should compile manually** -Install *Rust Nightly* and *Cargo* (`rustup`](https://www.rustup.rs/)) first, then: +Install *Rust Nightly* and *Cargo* ([`rustup` recommended](https://www.rustup.rs/)) first, then: ``` cargo build --release @@ -73,7 +73,7 @@ Please read the [official docs](https://core.telegram.org/bots#3-how-do-i-create - `HTTP_PROXY`: Proxy for HTTP - `HTTPS_PROXY`: Proxy for HTTPS - `RSSBOT_DONT_PROXY_FEEDS`: Set to `1` to limit the proxy to Telegram requests -- `NO_PROXY`: Not supported yet, wait for [request#877](https://github.com/seanmonstar/reqwest/pull/877) +- `NO_PROXY`: Not supported yet, wait for [reqwest#877](https://github.com/seanmonstar/reqwest/pull/877) ## Migrating from the old RSSBot