Skip to content

Commit

Permalink
Merge pull request #2 from fluree/docs/cla-and-tools-deps-version
Browse files Browse the repository at this point in the history
Link to CLA and document min version of tools-deps
  • Loading branch information
Wes Morgan authored Oct 22, 2020
2 parents 145f605 + 06151f0 commit f6749cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ at https://flur.ee/getstarted/.
## Development

### Contributing
All contributors must complete a Contributor License Agreement. To learn more about
CLAs, visit https://en.wikipedia.org/wiki/Contributor_License_Agreement.

All contributors must complete a [Contributor License Agreement](https://cla-assistant.io/fluree/).

### Prerequisites

1. Install clojure tools-deps
1. Install clojure tools-deps (version 1.10.1.697 or later).
1. macOS: `brew install clojure/tools/clojure`
1. Arch Linux: `pacman -S clojure`

### Building

1. `make deps` - install all local dependencies
1. `make` or `make jar` - make Java .jar file
1. `make nodejs` - make JavaScript Fluree DB
Expand Down

0 comments on commit f6749cb

Please sign in to comment.