aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kantor <michael@mikekantor.xyz>2026-09-13 01:15:18 -0400
committerMichael Kantor <michael@mikekantor.xyz>2026-09-13 01:15:18 -0400
commit52575567afdd28a2be25e535180a2bde398b51ce (patch)
tree66d4d400bc13fa5c71161a1fc51d1d4d55094234
parente7e42d410f5b06e5385b7ccb3e9c39892a465d4f (diff)
Added install instructions.HEADmaster
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 69445a1..c39c5a9 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,14 @@ Automatic reloads from wallpaper.py and colors.py assumes that the `qtile` scrip
- Nimbus Sans.
- Liberation Sans.
-### Usage
+### Installation
---
-Copy `autostart.sh_example` to `autostart.sh` in the same directory. Make any necessary changes.
+```shell
+cd /home/$USER/.config/
+git clone https://git.mikekantor.xyz/qtile-config.git qtile
+cd qtile
+cp ./autostart.sh_example ./autostart.sh
+```
### Defaults
---