Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrett committed Jun 5, 2019
1 parent c6089f1 commit 5684592
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ LightTable - open `core.clj` and press `Ctrl+Shift+Enter` to evaluate the file.

Emacs - run cider, open `core.clj` and press `C-c C-k` to evaluate the file.

REPL - run `(require 'arduino-comms.core)`.
```lein exec -p src/arduino_comms/ui.clj```

Or, best method, spin up a repl and:

```clojure
(use 'midje.repl)
(autotest)
(in-ns 'arduino-comms.ui)
```

## License

Expand Down

0 comments on commit 5684592

Please sign in to comment.