Skip to content
Snippets Groups Projects
Commit 31d4ca03 authored by Cam Saül's avatar Cam Saül Committed by GitHub
Browse files

Clarify that lein installs deps automatically; don't need to `lein deps` [ci skip]

parent c9db2e42
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,9 @@ Both components are built and assembled together into a single jar file which ru
### 3rd party dependencies
Metabase depends on lots of other 3rd party libraries to run, so as you are developing you'll need to keep those up to date. These don't run automatically during development, so kick them off manually when needed.
Metabase depends on lots of other 3rd party libraries to run, so as you are developing you'll need to keep those up to date. Leiningen will automatically fetch Clojure dependencies when needed, but for JavaScript dependencies you'll need to kick off the installation process manually when needed.
```sh
# clojure dependencies
$ lein deps
# javascript dependencies
$ yarn
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment