mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-22 04:14:06 +02:00
easier to understand readme
This commit is contained in:
parent
67c91ccad7
commit
872d2ff4e4
2 changed files with 18 additions and 3 deletions
19
README.md
19
README.md
|
@ -2,5 +2,20 @@
|
|||
|
||||
Upload files to [streamshare](https://streamshare.wireway.ch) with the terminal.
|
||||
|
||||
Run `cargo install to-streamshare` to install it and use it with `toss "filepath"`.
|
||||
Delete a file with `toss --delete file_identifier/deletion_token`
|
||||
### Install
|
||||
|
||||
```bash
|
||||
cargo install to-streamshare
|
||||
```
|
||||
|
||||
### Upload
|
||||
|
||||
```bash
|
||||
toss "filepath"
|
||||
```
|
||||
|
||||
### Delete
|
||||
|
||||
```bash
|
||||
toss --delete file_identifier/deletion_token
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue