aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-26 14:27:12 +1000
committerDylan Araps <[email protected]>2017-06-26 14:27:12 +1000
commit7f321568b273f1490a73354ce846b2536dd6d12b (patch)
treede9abac2a96d572abd837b770a464c2f31636556 /README.md
parentTravis: Fix travis. (diff)
downloadpywal-7f321568b273f1490a73354ce846b2536dd6d12b.tar.xz
pywal-7f321568b273f1490a73354ce846b2536dd6d12b.zip
DOCS: README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 887ffb0..3134a3f 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
* [Terminal Emulator](#terminal-emulator)
* [Installation](#installation)
* [Pip install](#pip-install)
- * [Manual install](#manual-install)
+ * [Manual/Git install](#manualgit-install)
* [Setup](#setup)
* [Applying the theme to new terminals.](#applying-the-theme-to-new-terminals)
* [Making the colorscheme persist on reboot.](#making-the-colorscheme-persist-on-reboot)
@@ -68,9 +68,13 @@ If your terminal's background color is now red, your terminal will work with `wa
pip install pywal
```
-### Manual install
+### Manual/Git install
-Just grab the script (`wal`) and add it to your path.
+```sh
+git clone https://github.com/dylanaraps/pywal
+cd puwal
+pip install .
+```
## Setup