docs: fix source install toolchain, trim manager-app install blurb
This commit is contained in:
@@ -38,36 +38,32 @@ reboot
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Pick whichever method fits you. All three install the same extension — the
|
Pick whichever method fits you. The store route is the easiest, building from
|
||||||
store and manager routes are the easiest, building from source gives you the
|
source gives you the latest commits.
|
||||||
latest commits.
|
|
||||||
|
|
||||||
### 1. GNOME Extensions Website (easiest)
|
### 1. GNOME Extensions Store (easiest)
|
||||||
|
|
||||||
Head to the listing and click **Install**:
|
Head to the listing and click **Install**:
|
||||||
|
|
||||||
<https://extensions.gnome.org/extension/10312/ddc-brightness-controller/>
|
<https://extensions.gnome.org/extension/10312/ddc-brightness-controller/>
|
||||||
|
|
||||||
Clicking Install opens the browser connector. If prompted, install the
|
Alternatively, search for **"DDC Brightness Controller"** in the
|
||||||
"Shell Extension Manager" browser extension for your browser, approve the
|
[Extensions](https://github.com/mattjakeman/gnome-extensions) manager app.
|
||||||
connection, and the extension installs straight into your running session.
|
|
||||||
|
|
||||||
### 2. GNOME Extensions Manager App
|
### 2. From Source (git clone)
|
||||||
|
|
||||||
Search for **"DDC Brightness Controller"** in the
|
|
||||||
[Extensions](https://flathub.org/apps/details/com.mattjakeman.GNOME.Extensions)
|
|
||||||
app (from Flathub) and hit install. On X11 the same app also lets you install
|
|
||||||
directly from the website link above.
|
|
||||||
|
|
||||||
### 3. From Source (git clone)
|
|
||||||
|
|
||||||
Builds the extension locally and drops it into your user's extension dir.
|
Builds the extension locally and drops it into your user's extension dir.
|
||||||
Requires [just](https://github.com/casey/just) as the command runner.
|
Requires [just](https://github.com/casey/just) as the command runner, plus the
|
||||||
|
same build toolchain used for development (see [Development](#development)):
|
||||||
|
`fnm` for a Node runtime (the build runs on Node via pnpm) and `glib2` for
|
||||||
|
`glib-compile-schemas`.
|
||||||
|
|
||||||
Arch Linux:
|
Arch Linux:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S git just
|
sudo pacman -S git just fnm glib2
|
||||||
|
fnm install
|
||||||
|
fnm use
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone and install:
|
Clone and install:
|
||||||
|
|||||||
Reference in New Issue
Block a user