diff options
author | Bastian Krol <basti1302@users.noreply.github.com> | 2016-04-26 19:13:05 +0200 |
---|---|---|
committer | Adrien Schildknecht <adrien+dev@schischi.me> | 2016-04-26 10:13:05 -0700 |
commit | a7e6db57ced0dfab65cb709b61ddf607ef7e9588 (patch) | |
tree | 83012464c9cec25bb9990d4854c4f1f0941646d5 | |
parent | e0bc004d6fd8fb1d0ac22509458e19b18b1fa4ba (diff) |
install instructions (#16)
+ formatting fixes
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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"`` |