summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelbachir-one <[email protected]>2025-04-21 20:04:41 +0100
committerelbachir-one <[email protected]>2025-04-21 20:04:41 +0100
commit8b4ac08b77a84cc4d5dcdfcc2898c020394fd8a4 (patch)
tree76336b08f4d81451e3373e21e11ba4d113128f82
parent94e37e2eea875928a56d00f6c664c0c3485ed1b7 (diff)
Updated README.md to include the AUR and corrected the installation instructions
-rw-r--r--README.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/README.md b/README.md
index 345dcda..593fb0f 100644
--- a/README.md
+++ b/README.md
@@ -119,28 +119,26 @@ Below are the available `make` targets for streamlining common tasks:
## Installation
-1. **Clone repository**
+### Arch linux - AUR
- ```bash
- git clone https://github.com/uint23/sxwm.git
- cd sxwm
```
-
-2. **Build**
-
- ```bash
- make
+ yay -S sxwm
```
-3. **Install**
+### Build from source
+
+1. **Clone repository**
```bash
+ git clone --depth=1 https://github.com/uint23/sxwm.git
+ cd sxwm/
+ make
sudo make clean-install
```
-4. **Run**
+2. **Run**
- Add to `~/.xinitrc`:
+ Add `sxwm` to `~/.xinitrc`:
```sh
exec sxwm
```