From 9b6c341fe2e26f409ab13d84408ecc4d24094c8c Mon Sep 17 00:00:00 2001 From: rolv Date: Sun, 11 Feb 2024 16:09:52 +0000 Subject: [PATCH] docs(README): misc change --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 84ee4b5..029c63a 100644 --- a/README.md +++ b/README.md @@ -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