File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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-
5156The ` ignore_case ` defaults to ` false ` if absent. If set to ` true ` , filtering the tab names ignores
5257the case of the filter string and the tab name.
5358
You can’t perform that action at this time.
0 commit comments