aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0b0e58d..5c377df 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,16 @@ It's also recommended to start dwm and other related software through xinit, my
### Automated
-Clone the repo
```sh
git clone https://git.sr.ht/~pml68/suckless-setup
cd suckless-setup
-```
-Simply run the included script with root permissions.
-```sh
-chmod +x install
-sudo ./install
+sudo make install
+# OR
+sudo make install-laptop
+
+# optional
+make wallpaper
```
### Manual
@@ -49,12 +49,12 @@ cd ..
#### Optional
-Set the background
+Set the background (this is done by the `wallpaper` make job)
```sh
feh --bg-fill wallpaper.jpg
```
-Copy over the picom configuration
+Copy over the picom configuration (this is done by both install make jobs)
```sh
sudo cp picom.conf /etc/xdg/picom.conf
```