Skip to content
Snippets Groups Projects
Unverified Commit 7b9886ab authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Linux tools requirement as `apt install` step [ci skip] (#13619)

* Linux tools requirement as `apt install` step [ci skip]

* Exlude `clojure` since `lein` is sufficient for development
parent fdb824f9
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@ These are the set of tools which are required in order to complete any build of
3. [Yarn package manager for Node.js](https://yarnpkg.com/) - latest release of version 1.x
4. [Leiningen (http://leiningen.org/)](http://leiningen.org/) - latest release
On a most recent stable Ubuntu/Debian, the above tools can be installed by using:
```
sudo apt install openjdk-11-jdk nodejs yarnpkg leiningen
```
If you are developing on Windows, make sure to use Ubuntu on Windows and follow instructions for Ubuntu/Linux instead of installing ordinary Windows versions.
# Build Metabase
......
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