Skip to content

Commit

Permalink
docs(README): misc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Feb 11, 2024
1 parent 3e8ebe8 commit 9b6c341
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ cargo build --release --lib
sudo cp target/release/librofi_nerdy.so /usr/lib/rofi/nerdy.so
```

- If you are using either the latest changes from the `rofi` repo, or any other fork with ABI changes (e.g. `rofi-lbonn-wayland-git`), then the build step needs to be preceded by `RUSTFLAGS="--cfg rofi_next"` for it to work

---
If you are using the latest changes from the rofi repo (e.g. rofi-lbonn-wayland-git, rofi-git), then the build step needs to be preceded by RUSTFLAGS="--cfg rofi_next" for it to work

## Usage

Expand Down

0 comments on commit 9b6c341

Please sign in to comment.