docs(readme): add installation section

This commit is contained in:
Orhun Parmaksız 2021-09-19 01:49:59 +03:00
parent 43961d1633
commit 6f050e606c
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 20 additions and 0 deletions

View File

@ -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).