summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bastian Krol <basti1302@users.noreply.github.com>2016-04-26 19:13:05 +0200
committerGravatar Adrien Schildknecht <adrien+dev@schischi.me>2016-04-26 10:13:05 -0700
commita7e6db57ced0dfab65cb709b61ddf607ef7e9588 (patch)
tree83012464c9cec25bb9990d4854c4f1f0941646d5
parente0bc004d6fd8fb1d0ac22509458e19b18b1fa4ba (diff)
install instructions (#16)
+ formatting fixes
-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"``