Commit 0780ea37 authored by Yuanle Song's avatar Yuanle Song
Browse files

minor updates on README.md

parent 18d63fee
Loading
Loading
Loading
Loading
+5 −6
Original line number Original line Diff line number Diff line
@@ -10,19 +10,18 @@ reliable download works, see ```rd-api --help``` below.


## Installation
## Installation


Reliable download is developed and tested on linux. Windows and MacOS is not
Reliable download is developed and tested in linux. Windows and MacOS is not
supported. Theoretically the code can be ported to support other OS, but I
supported. Theoretically the code can be ported to support other OS, but I
don't have the time to handle testing and distribution.
don't have the time to handle testing and distribution.


Reliable download server side and client side is both written in
Reliable download server side and client side is both written in
Haskell. However, it is distributed on [pypi](https://pypi.org/) so that user
Haskell. However, it is distributed on [pypi](https://pypi.org/) so that user
can install it more easily. Because python and pip is usually bundled with
can install it more easily. Because python and pip is usually bundled with
linux system. To install rd-api and rd, see their
linux system. To install rd-api and rd, see their pypi page below. The same
[pypi page](https://pypi.org/project/rd-api/). The same doc is kept in git as
doc is kept in git as well, see `./pypi/rd-api/README.rst`.
well, see `./pypi/rd-api/README.rst`.


- [rd-api pypi page](https://pypi.org/project/rd-api/)
- [rd-api on pypi](https://pypi.org/project/rd-api/)
- [rd pypi page](https://pypi.org/project/rd/)
- [rd on pypi](https://pypi.org/project/rd/)


## Design and Command Line Help
## Design and Command Line Help