diff --git a/Cargo.toml b/Cargo.toml index a2608a4..4a7ef48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # https://doc.rust-lang.org/cargo/getting-started/first-steps.html#first-steps-with-cargo [package] name = "rustream" -version = "0.0.1-a" +version = "0.0.1-b" description = "An API written in Rust, to stream videos using Actix framework, via authenticated sessions" license = "MIT" documentation = "https://thevickypedia.github.io/RuStream" diff --git a/README.md b/README.md index b3670b0..cf2e88d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ [![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-black?style=for-the-badge&logo=Rust)][rust] -[![build](https://github.com/thevickypedia/RuStream/actions/workflows/release.yml/badge.svg)][build] +[![build](https://github.com/thevickypedia/RuStream/actions/workflows/rust.yml/badge.svg)][build] #### Summary [`RuStream`][1] is an application written in Rust to stream videos using Actix API via authenticated sessions. ## Usage -#### Download Executable +
+Download OS specific Executable + ###### macOS ```shell curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-Darwin-x86_64.tar.gz" @@ -29,6 +31,7 @@ curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevick ```shell curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-Windows-x86_64.zip" ``` +
#### Arguments - `debug` - Enable debug level logging @@ -57,5 +60,5 @@ Licensed under the [MIT License][2] [1]: https://github.com/thevickypedia/RuStream [2]: https://github.com/thevickypedia/RuStream/blob/main/LICENSE -[build]: https://github.com/thevickypedia/RuStream/actions/workflows/release.yml +[build]: https://github.com/thevickypedia/RuStream/actions/workflows/rust.yml [rust]: https://www.rust-lang.org/