diff options
| author | elbachir-one <bachiralfa@gmail.com> | 2025-04-21 20:15:27 +0100 |
|---|---|---|
| committer | elbachir-one <bachiralfa@gmail.com> | 2025-04-21 20:15:27 +0100 |
| commit | 3f5e0fb8dc1532cebdb4341d0f9d987c8d700bc4 (patch) | |
| tree | df1089930311b86075d5ccec3b596b8b2c643acd /README.md | |
| parent | 8b4ac08b77a84cc4d5dcdfcc2898c020394fd8a4 (diff) | |
Fixed the Makefile also updated the README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -108,7 +108,7 @@ Below are the available `make` targets for streamlining common tasks: | `make clean` | Remove object files (`*.o`) and build artifacts. | | `make install` | Install `sxwm` to `$(PREFIX)/bin` (default `/usr/local/bin`). | | `make uninstall` | Remove the installed binary from `$(PREFIX)/bin`. | -| `make clean-install` | Runs `make clean` then `make install`. | +| `make clean install` | Runs `make clean` then `make install`. | > You can override the install directory by specifying `PREFIX` or `DESTDIR`, for example: > ```sh @@ -121,7 +121,7 @@ Below are the available `make` targets for streamlining common tasks: ### Arch linux - AUR - ``` + ```bash yay -S sxwm ``` @@ -133,13 +133,13 @@ Below are the available `make` targets for streamlining common tasks: git clone --depth=1 https://github.com/uint23/sxwm.git cd sxwm/ make - sudo make clean-install + sudo make clean install ``` 2. **Run** Add `sxwm` to `~/.xinitrc`: - ```sh + ```bash exec sxwm ``` |
