dactyl-manuform icon indicating copy to clipboard operation
dactyl-manuform copied to clipboard

Build from docker

Open martint17r opened this issue 4 years ago • 0 comments

To reduce installation time and hassle, one can use docker to build the files likes this:

echo '(load-file "src/dactyl_keyboard/dactyl.clj")' | docker run -i -v $(pwd -P):/data -w /data clojure

martint17r avatar Feb 14 '21 19:02 martint17r