From 6f050e606c250765155af052c20fbe03c67329b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 19 Sep 2021 01:49:59 +0300 Subject: [PATCH] docs(readme): add installation section --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4c72fea..a4ba5d1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,26 @@ some text - Written in Rust - _blazingly fast!_ +## Installation + +### From crates.io + +```sh +cargo install rustypaste +``` + +### Binary releases + +See the available binaries on [releases](https://github.com/orhun/rustypaste/releases/) page. + +### Build from source + +```sh +git clone https://github.com/orhun/rustypaste.git +cd rustypaste/ +cargo build --release +``` + ## Usage The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).