From cb94cf47a6b4452be23835ffdf76d9493f605f05 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar <76678069+Lucas-mother3@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:28:45 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 939ec26..4628076 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,10 @@ For spmenu: 4. Remove the `config.h` file, to make sure all patches are applied correctly 5. Copy `make clean install` and paste it on your terminal 6. Building the spmenu submodule included in this repo (by speedie) would strictly use meson as it's build system. - -6.1. For that, `cd` to the spmenu folder. - -6.2. Initialize setup via `meson setup build`. Pass `-Dwayland-=false` for disabling Wayland support. - -6.3. Run `ninja -C build` for building the binaries. - -6.4. Install via `meson install -C build`, and it'll prompt you if you would like to use sudo if not run as root. + 1. For that, `cd` to the spmenu folder. + 2. Initialize setup via `meson setup build`. Pass `-Dwayland-=false` for disabling Wayland support. + 3. Run `ninja -C build` for building the binaries. + 4. Install via `meson install -C build`, and it'll prompt you if you would like to use sudo if not run as root. 7. Insert dwm, slstatus and/or st inside your `.xinitrc` using your favorite text editor (usually located in `/home//.xinitrc`) 8. Start it and done!