Skip to content

Commit 231074a

Browse files
committed
update README
1 parent b0a395f commit 231074a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
# rope
22

3+
![Build Status][build-image]
4+
[![Apache 2.0 Licensed][license-image]][license-link]
5+
![Rust 1.64+][rustc-version]
6+
7+
[build-image]: https://github.com/rnbguy/rope/actions/workflows/cargo.yml/badge.svg
8+
[license-image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
9+
[license-link]: https://github.com/rnbguy/rope/blob/main/LICENSE
10+
[rustc-version]: https://img.shields.io/badge/Rustc-Stable%201.74.1+-blue.svg
11+
312
P2P file transfer utility.
413

514
![rope transfer](assets/rope.gif)
615

7-
This is based on my previous project [figo](https://github.com/rnbguy/figo), but in Rust.
16+
This is based on my previous project [figo](https://github.com/rnbguy/figo), but
17+
in Rust.
818

919
# Installation
1020

1121
```
1222
$ cargo install --git https://github.com/rnbguy/rope
1323
```
1424

15-
`rope` uses mDNS to find each other. Before using, make sure both machines are connected to the same network.
25+
`rope` uses mDNS to find each other. Before using, make sure both machines are
26+
connected to the same network.
1627

1728
# Send
1829

0 commit comments

Comments
 (0)