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