Skip to content

Commit 5a7e98e

Browse files
committed
Include installing Java JDK in instructions
1 parent b839ad3 commit 5a7e98e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ To fork this example using Travis requires:
3535
- Travis Environment Variables:
3636
- `TESTSPACE_USER_TOKEN` set to the `value` defined as your [Access token](http://help.testspace.com/using-your-organization:user-settings).
3737
- `TESTSPACE_URL` set to `my-org-name.testspace.com/my-project/my-space`. Refer [here](http://help.testspace.com/reference:runner-reference#config) for more details.
38+
39+
To fork this example using C9 requires installing Java JDK 7 as root:
40+
41+
<pre>
42+
apt-get install openjdk-7-jdk
43+
</pre>

0 commit comments

Comments
 (0)