mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
docs(readme): add installation section
This commit is contained in:
parent
43961d1633
commit
6f050e606c
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -34,6 +34,26 @@ some text
|
||||||
- Written in Rust
|
- Written in Rust
|
||||||
- _blazingly fast!_
|
- _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
|
## Usage
|
||||||
|
|
||||||
The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).
|
The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).
|
||||||
|
|
Loading…
Reference in a new issue