From 2e3322cde772b50af5922e499e83499ae3d1aaa9 Mon Sep 17 00:00:00 2001
From: Thomas Heller
Date: Mon, 6 Nov 2017 20:14:49 +0100
Subject: [PATCH] link node/java downloads
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 80d4caf..e217926 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,12 @@
This is a minimum template you can use as the basis for CLJS projects intended to run in the browser.
-You must have [`npm v5+`](https://www.npmjs.com/) installed for this example. You may also use `yarn`, just adjust the `npm&npmx` commands accordingly. `java` must also be installed.
+## Required Software
+
+- [node.js v6.0.0+](https://nodejs.org/en/download/)
+- [Java8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (Java9 has some issues, so stick with Java SE 8 for now). OpenJDK also works.
+
+## Running the Example
```bash
git clone https://github.com/shadow-cljs/quickstart-browser.git quickstart