Add installation section to readme
1 file changed, 15 insertions(+), 0 deletions(-)
jump to
M README.org → README.org
@@ -12,3 +12,18 @@ - Linux - OSX - FreeBSD - Windows/Ubuntu + +** Installation + +Installing a set of dotfiles with stow is simple. For example, with +Emacs: + +#+BEGIN_SRC sh :exports code +stow -S emacs +#+END_SRC + +And then to uninstall + +#+BEGIN_SRC sh :exports code +stow -D emacs +#+END_SRC