From 052c7518b422a809ff235c9ba1bbbbd491c73add Mon Sep 17 00:00:00 2001 From: Keith Wade Date: Thu, 10 Oct 2019 07:25:50 -0500 Subject: [PATCH] README: remove deprecated rust client (#3367) --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e0ed57589..4e2c1b24d 100644 --- a/README.md +++ b/README.md @@ -112,13 +112,8 @@ You can access these pages on your computer using one of the following clients: `devtools::install_github('kirillseva/tldrrr')` - [Ruby client](https://github.com/YellowApple/tldrb): `gem install tldrb` -- Rust clients: - - [rust-tldr](https://github.com/rilut/rust-tldr) - (thin client with online lookup): - `cargo install tldr` - - [tealdeer](https://github.com/dbrgn/tealdeer) - (fully featured client with offline cache): - `cargo install tealdeer` +- [Rust client](https://github.com/dbrgn/tealdeer): + `cargo install tealdeer` - [Vim Client](https://github.com/wlemuel/vim-tldr) - [Visual Studio Code extension](https://github.com/bmuskalla/vscode-tldr) available on [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=bmuskalla.vscode-tldr) - Web clients: