Skip to content

Commit

Permalink
feat: add installation guide; update wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Oct 19, 2024
1 parent e3f759a commit 0d091da
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
target = "wasm32-wasi"
target = "wasm32-wasip1"
7 changes: 7 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Custom compact bar plugin for [Zellij](https://zellij.dev/) based on
<code>{session directory}-{session name} {mode in 1 letter} {...tabs}</code>
</div>

## Installation

To build it just run `make` and you'll find the binary in
`target/wasm32-wasip1/release/zellij-cb.wasm`. To load it into Zellij please
refer to their
[plugin loading documentation](https://zellij.dev/documentation/plugin-loading).

## Features

- Displays session directory name
Expand Down
Loading

0 comments on commit 0d091da

Please sign in to comment.