Skip to content

Commit

Permalink
Merge pull request #146 from hi-rustin/rustin-patch-0.1.1-alpha.2
Browse files Browse the repository at this point in the history
chore(release): publish 0.1.1-alpha.2
  • Loading branch information
Rustin170506 authored Mar 2, 2024
2 parents 4f35fdd + e1ee3d5 commit 610e073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-console-web"
version = "0.1.1-alpha.1"
version = "0.1.1-alpha.2"
edition = "2021"
include = ["src/*", "app/.output/public"]
repository = "https://github.com/hi-rustin/tokio-console-web"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ The `tokio-console-web` can be installed using the following methods:
For a direct download and installation, execute the following command:

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-alpha.1/tokio-console-web-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-alpha.2/tokio-console-web-installer.sh | sh
```

If you're using `powershell`, the following command can be used:

```powershell
powershell -c "irm https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-alpha.1/tokio-console-web-installer.ps1 | iex"
powershell -c "irm https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-alpha.2/tokio-console-web-installer.ps1 | iex"
```

For those using homebrew, the following command will install `tokio-console-web`:
Expand Down

0 comments on commit 610e073

Please sign in to comment.