had my links backwards
This commit is contained in:
parent
daf265de14
commit
f30467c485
10
README.md
10
README.md
|
@ -8,9 +8,9 @@ The Dactyl is a parameterized, split-hand, concave, columnar, ergonomic keyboard
|
||||||
### Generating a Design
|
### Generating a Design
|
||||||
|
|
||||||
**Setting up the Clojure environment**
|
**Setting up the Clojure environment**
|
||||||
* (Download and install the Clojure runtime)[https://clojure.org]
|
* [Download and install the Clojure runtime](https://clojure.org)
|
||||||
* (Download and install the Leiningen project manager)[http://leiningen.org/]
|
* [Download and install the Leiningen project manager](http://leiningen.org/)
|
||||||
* (Download and install OpenSCAD)[http://www.openscad.org/]
|
* [Download and install OpenSCAD](http://www.openscad.org/)
|
||||||
|
|
||||||
**Generating the design**
|
**Generating the design**
|
||||||
* Run `lein repl`
|
* Run `lein repl`
|
||||||
|
@ -21,8 +21,8 @@ The Dactyl is a parameterized, split-hand, concave, columnar, ergonomic keyboard
|
||||||
* When done, use OpenSCAD to export STL files
|
* When done, use OpenSCAD to export STL files
|
||||||
|
|
||||||
**Tips**
|
**Tips**
|
||||||
* Some other ways to evaluate the clojure design file - http://stackoverflow.com/a/28213489
|
* [Some other ways to evaluate the clojure design file](http://stackoverflow.com/a/28213489)
|
||||||
* Example designing with clojure http://adereth.github.io/blog/2014/04/09/3d-printing-with-clojure/
|
* [Example designing with clojure](http://adereth.github.io/blog/2014/04/09/3d-printing-with-clojure/)
|
||||||
|
|
||||||
|
|
||||||
### Printing
|
### Printing
|
||||||
|
|
Loading…
Reference in a new issue