From 29813f841b5edd7a72d6aaae4e973eb125185797 Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Mon, 7 Sep 2026 14:46:51 -0400 Subject: [PATCH] docs: move fnm setup after clone, add shell-hook PATH note --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e1ddb95..bd1b82d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Head to the listing and click **Install**: Alternatively, search for **"DDC Brightness Controller"** in the -[Extensions](https://github.com/mattjakeman/gnome-extensions) manager app. +[Extensions Manager](https://github.com/mattjakeman/gnome-extensions) app. ### 2. From Source (git clone) @@ -61,9 +61,7 @@ same build toolchain used for development (see [Development](#development)): Arch Linux: ```bash -sudo pacman -S git just fnm glib2 -fnm install -fnm use +sudo pacman -S git just fnm glib2 # fnm needs its shell hook on PATH: https://github.com/Schniz/fnm#shell-setup ``` Clone and install: @@ -71,6 +69,8 @@ Clone and install: ```bash git clone https://github.com/lucasoskorep/ddc-brightness-control cd ddc-brightness-control +fnm install +fnm use just install ```