From 6a9753c985055329ac0690c81cf053e74dca0dd5 Mon Sep 17 00:00:00 2001
From: heiheiyoyo <543425864@qq.com>
Date: Sat, 8 Oct 2022 12:47:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 7e8304a..ce104ef 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
> Drop any files to any devices on your LAN. No need to use instant messaging for that anymore.
@@ -6,6 +6,13 @@ LANDrop is a cross-platform tool that you can use to conveniently transfer photo
You can download prebuilts of LANDrop from the [official website](https://landrop.app/#downloads).
+Or you can download it from PyPI by command:
+```
+pip install LANDrop
+```
+You can run it by command `landrop`
+
+
## Features
- Cross platform: when we say it, we mean it. iOS, Android, macOS, Windows, Linux, name yours.
@@ -40,14 +47,8 @@ To run LANDrop:
cd dist
./LANDrop
```
-
Or you can install the package to your site-packages
-
- ```
- python setup.py install
- ```
-
-then you can run it by command
- ```
- landrop
- ```
\ No newline at end of file
+```
+python setup.py install
+```
+then you can run it by command `landrop`
\ No newline at end of file