Skip to content

Commit 3390ac9

Browse files
committed
chore: update readme
1 parent e6091e3 commit 3390ac9

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create release
2828
uses: softprops/action-gh-release@v1
2929
with:
30-
name: ${{ github.ref }}
30+
name: ${{ github.ref_name }}
3131
tag_name: ${{ github.ref }}
3232
files: |
3333
target/wasm32-wasi/release/room.wasm

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,19 @@ that let’s me type to filter the tab list and then press enter to jump to the
2121

2222
## Installation
2323

24-
You'll need [rust](https://rustup.rs/) installed.
24+
Download `room.wasm` from the [latest release](https://github.com/rvcas/room/releases/latest)
2525

26-
- `git clone [email protected]:rvcas/room.git`
27-
- `cd room`
28-
- `rustup target add wasm32-wasi && cargo build --release`
2926
- `mkdir -p ~/.config/zellij/plugins/`
30-
- `mv target/wasm32-wasi/release/room.wasm ~/.config/zellij/plugins/`
27+
- `mv room.wasm ~/.config/zellij/plugins/`
28+
29+
> You don't need to keep `room.wasm` at this specified location. It's just where I like to
30+
> keep my zellij plugins.
31+
32+
### Quick Install
33+
34+
```
35+
curl -L "https://github.com/rvcas/room/releases/latest/download/room.wasm" -o ~/.config/zellij/plugins/room.wasm
36+
```
3137

3238
## Keybinding
3339

@@ -47,7 +53,6 @@ shared_except "locked" {
4753

4854
> You likely already have a `shared_except "locked"` section in your configs. Feel free to add `bind` there.
4955
50-
5156
The `ignore_case` defaults to `false` if absent. If set to `true`, filtering the tab names ignores
5257
the case of the filter string and the tab name.
5358

0 commit comments

Comments
 (0)