From a7e6db57ced0dfab65cb709b61ddf607ef7e9588 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Tue, 26 Apr 2016 19:13:05 +0200 Subject: install instructions (#16) + formatting fixes --- README.md | 14 ++++++++++---- 1 file 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"`` -- cgit v1.2.3