From 43961d16337acfc20bd5d150f44f5fa5212b10e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 19 Sep 2021 01:46:50 +0300 Subject: [PATCH] docs(readme): mention the standalone CLI tool --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f9522..4c72fea 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ some text ## Usage +The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli). + ### CLI ```sh @@ -155,7 +157,7 @@ http { ### Roadmap -- Write a CLI tool in Rust +- Support uploading files from given URL ### Contributing