Update README.md

This commit is contained in:
Alexis Jhon Gaspar 2023-09-11 21:28:45 +08:00 committed by GitHub
parent 8421587288
commit cb94cf47a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/<username>/.xinitrc`)
8. Start it and done!