Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ It is also recommended to install a [Nerd Font](https://www.nerdfonts.com/#home)

[crate](https://crates.io/crates/ironbar)

#### Using cargo-binstall

Ensure you have [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) and the [runtime depedencies](https://github.com/JakeStanger/ironbar/wiki/compiling#Build-requirements) installed. This installs the prebuilt binary from Github.

```sh
cargo binstall ironbar --locked
```

#### Cargo (from source)

Ensure you have the [build dependencies](https://github.com/JakeStanger/ironbar/wiki/compiling#Build-requirements) installed.

```sh
Expand Down
2 changes: 1 addition & 1 deletion docs/Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Runtime:
```shell
dnf install gtk4 gtk4-layer-shell
# for lua/cairo support
apt install luajit lua-lgi
dnf install luajit lua-lgi
```

## Features
Expand Down