summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb19216..2b2d034 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,10 @@ Add this line to your shell startup file. (`.bashrc`, `.zshrc` or etc.)
```sh
# Import colorscheme from 'wal'
(wal -r &)
+
+# If the command above doesn't work,
+# try this alternative.
+setsid wal -r
```
Here's how the extra syntax above works: