all repos — archive/dotfiles @ f8ec71a117760f22e2573f1a6d072547d6410f21

Superseded by nixfiles

Add installation section to readme
Alan Pearce alan@alanpearce.uk
Mon, 20 Mar 2017 12:38:16 +0100
commit

f8ec71a117760f22e2573f1a6d072547d6410f21

parent

d8364fdf028b6578ee3136d8cc17a36a4c0fbf3d

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
M README.orgREADME.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