easier to understand readme

This commit is contained in:
PandaDEV 2024-10-20 20:15:13 +10:00
parent 67c91ccad7
commit 872d2ff4e4
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 18 additions and 3 deletions

View file

@ -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
```