dactyl-manuform
dactyl-manuform copied to clipboard
Fix #9
Seems to fix the bug, running echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure
now gives:
dactyl-keyboard.dactyl=> (load-file "src/dactyl_keyboard/dactyl.clj")
#'dactyl-keyboard.dactyl/-main
dactyl-keyboard.dactyl=> Bye for now!
#15