git.fiddlerwoaroof.com
Browse code

Update README.md

Ed Langley authored on 01/11/2015 20:38:00
Showing 1 changed files
... ...
@@ -5,13 +5,15 @@ utilities to manage a set of named clipboards.
5 5
 
6 6
 # Installation
7 7
 
8
+```(lang=sh)
8 9
   sbcl --load ~/quicklisp/setup.lisp --eval '(ql:quickload :buildapp)' --eval '(buildapp:build-buildapp)'
9
-
10
+    
10 11
   ./buildapp --output ~/bin/multicall/uclip --asdf-tree ~/quicklisp/quicklisp --asdf-path `pwd` --load-system uclip --dispatched-entry ucopy/uclip::copy --dispatched-entry /uclip::paste --dispatched-entry upaste/uclip::paste --dispatched-entry uswitch/uclip::switch-clipboards --dispatched-entry uclipop/uclip::pop-clipboard
11
-
12
-  args  -n1  ln -fs multicall/uclip <<EOF
12
+    
13
+  xargs  -n1  ln -fs multicall/uclip <<EOF
13 14
   ucopy
14 15
   upaste
15 16
   uswitch
16 17
   uclipop
17 18
   EOF
19
+```