fixed readme

This commit is contained in:
Edward Shen 2021-10-31 16:10:00 -07:00
parent 642a8973a4
commit 21c28a77f9
Signed by: edward
GPG key ID: 19182661E818369F

View file

@ -6,16 +6,16 @@ OmegaUpload is a zero-knowledge temporary file hosting service.
```bash ```bash
# Uploading a file: # Uploading a file:
$ omegaupload-cli upload https://paste.example.com path/to/file $ omegaupload upload https://paste.example.com path/to/file
https://paste.example.com/PgRG8Hfrr9rR#I1FG2oejo2gSjB3Ym1mEmRfcN4X8GXc2pZtZeiSsWFo= https://paste.example.com/PgRG8Hfrr9rR#I1FG2oejo2gSjB3Ym1mEmRfcN4X8GXc2pZtZeiSsWFo=
# Uploading a file with a password: # Uploading a file with a password:
$ omegaupload-cli upload -p https://paste.example.com path/to/file $ omegaupload upload -p https://paste.example.com path/to/file
Please set the password for this paste: Please set the password for this paste:
https://paste.crabravers.club/862vhXVp3v9R#key:tbGxzHBNnXjS2eq89X9uvZKz_i8bvapLPEp8g0waQrc=!pw https://paste.crabravers.club/862vhXVp3v9R#key:tbGxzHBNnXjS2eq89X9uvZKz_i8bvapLPEp8g0waQrc=!pw
# Downloading a file: # Downloading a file:
$ omegaupload-cli download https://paste.example.com/PgRG8Hfrr9rR#I1FG2oejo2gSjB3Ym1mEmRfcN4X8GXc2pZtZeiSsWFo= $ omegaupload download https://paste.example.com/PgRG8Hfrr9rR#I1FG2oejo2gSjB3Ym1mEmRfcN4X8GXc2pZtZeiSsWFo=
``` ```
## Features ## Features