Skip to content

Commit

Permalink
Remove gnu binary and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Aug 19, 2024
1 parent 1ce2bac commit f172a2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,13 @@ jobs:
binary-postfix: ""
use-cross: false
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-gnu
architecture: x86_64
binary-postfix: ""
use-cross: false
binary-name: viddy
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-msvc
architecture: x86_64
binary-postfix: ".exe"
use-cross: false
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: aarch64-unknown-linux-gnu
architecture: arm64
binary-postfix: ""
use-cross: true
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: i686-unknown-linux-gnu
architecture: i686
binary-postfix: ""
use-cross: true
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-musl
Expand Down
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 = "viddy"
version = "1.0.0-rc.2"
version = "1.0.0-rc.4"
edition = "2021"
description = "A modern watch command"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ brew install sachaos/tap/viddy-rc
### Linux

```shell
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.3/viddy-v1.0.0-rc.3-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.4/viddy-v1.0.0-rc.4-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin
```

### Other

Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.3).
Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.4).

## Keymaps

Expand Down

0 comments on commit f172a2f

Please sign in to comment.