summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3f07264..f711fc4 100644
--- a/README.md
+++ b/README.md
@@ -40,15 +40,21 @@ Requirements
- Linux or FreeBSD
- libX11-dev
+Installation
+------------
+* Clone this repository or [download as ZIP](https://github.com/schischi/xcwd/archive/master.zip)
+* `make`
+* `make install`
+
Running xwcd
------------
Simply invoke the 'xcwd' command.
You probably want to use it this way:
- ``urxvt -cd "`xcwd`" ``
- ``xterm -e "cd `xcwd` && /bin/zsh"``
+* ``urxvt -cd "`xcwd`" ``
+* ``xterm -e "cd `xcwd` && /bin/zsh"``
i3 Configuration
----------------
-bindsym $mod+Shift+Return exec ``urxvt -cd "`xcwd`" ``
-bindsym $mod+Shift+Return exec ``xterm -e "cd `xcwd` && /bin/zsh"``
+* bindsym $mod+Shift+Return exec ``urxvt -cd "`xcwd`" ``
+* bindsym $mod+Shift+Return exec ``xterm -e "cd `xcwd` && /bin/zsh"``