summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf4ea635..07fe0a3d 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@ This will walk you through installing Chisel and its dependencies:
### (Ubuntu-like) Linux
+1. Install Java
+ ```
+ sudo apt-get install default-jdk
+ ```
1. [Install sbt](http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html),
which isn't available by default in the system package manager:
```