From bed34654750e1c7a772ae3267f1a260af2492116 Mon Sep 17 00:00:00 2001 From: Spike <19519553+spikecodes@users.noreply.github.com> Date: Fri, 19 Feb 2021 09:20:09 -0800 Subject: [PATCH] Remove "Options" and fix "Built With" --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f143323..36368f3 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ Find Libreddit on 💬 [Matrix](https://matrix.to/#/#libreddit:kde.org), 🐋 [D ## Built with - [Rust](https://www.rust-lang.org/) - Programming language -- [Actix Web](https://github.com/actix/actix-web) - Web server +- [Tide](https://github.com/http-rs/tide) - Web server - [Askama](https://github.com/djc/askama) - Templating engine -- [ureq](https://github.com/algesten/ureq) - HTTP client +- [Surf](https://github.com/http-rs/surf) - HTTP client ## Info Libreddit hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat. Libreddit was inspired by other alternative front-ends to popular services such as [Invidious](https://github.com/iv-org/invidious) for YouTube, [Nitter](https://github.com/zedeus/nitter) for Twitter, and [Bibliogram](https://sr.ht/~cadence/bibliogram/) for Instagram. @@ -189,14 +189,6 @@ Once installed, deploy Libreddit to `0.0.0.0:8080` by running: libreddit ``` -## Options - -| Short | Long | Example | -|-------|--------------------|-----------------------------------| -| `-a` | `--address` | `libreddit --adress=0.0.0.0` | -| `-p` | `--port` | `libreddit --port=3030` | -| `-r` | `--redirect-https` | `libreddit --redirect-https` | - ## Building ```