fixed readme
This commit is contained in:
parent
642a8973a4
commit
21c28a77f9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue