Skip to content

Commit 3cf48d5

Browse files
committed
Add a "Development" section to README, explain build tooling situation
1 parent f2c528f commit 3cf48d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ Where incoming packets will have a `:message` that is a byte-array, which can be
123123

124124
To learn more, [read the documentation](http://aleph.io/examples/literate.html).
125125

126+
### Development
127+
128+
Aleph uses [Leinigen](https://leiningen.org/) for managing dependencies, running REPLs and tests, and building the code.
129+
130+
Minimal [`tools.deps`](https://github.com/clojure/tools.deps.alpha) support is available in the form of a `deps.edn` file which is generated from `project.clj`. It provides just enough to be able to use Aleph as a git or `:local/root` dependency. When committing changes to `project.clj`, run `deps/lein-to-deps` and commit the resulting changes, too.
131+
126132
### License
127133

128134
Copyright © 2010-2020 Zachary Tellman

0 commit comments

Comments
 (0)