Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 20, 2021
1 parent 8ba5c9e commit ebc9c2c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@

阿里云盘 WebDav 服务

## Installation

You can download prebuilt binaries from [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases).
Or install it from PyPI:

```bash
pip install aliyundrive-webdav
```

## Usage

```bash
aliyundrive-webdav --help
aliyundrive-webdav 0.1.0

USAGE:
aliyundrive-webdav [FLAGS] [OPTIONS] --refresh-token <refresh-token>

FLAGS:
-I, --auto-index Automatically generate index.html
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-W, --auth-password <auth-password> WebDav authentication password
-U, --auth-user <auth-user> WebDav authentication username
--host <host> Listen host [default: 127.0.0.1]
-p, --port <port> Listen port [default: 8080]
-r, --refresh-token <refresh-token> Aliyun drive refresh token [env: REFRESH_TOKEN=]
```

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](../LICENSE) file.

0 comments on commit ebc9c2c

Please sign in to comment.