summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-09 01:04:40 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-09 01:04:40 +0400
commit30650b46eb442d2728e1318d65f6208c70d06984 (patch)
tree4b2e98b87f9d12f6662817a47bf81c5e3219b63f /README.md
parentbb10d3ea28bd1bd0a590f4a0b5c0f1a2c6f2ef1c (diff)
docs(README.md): redirect stdout to dev/null when running `install`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6f5827..49b98e2 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ useradd -m -s /bin/zsh <user>
4. run
``` bash
-./install
+./install > /dev/null
```
4. Log out, log back in, and run `startx` on the TTY.