Skip to content

Commit dc0235a

Browse files
author
Jon Mountjoy
committed
Consistency with Dev Center
1 parent f44104c commit dc0235a

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

README.md

+5-27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
This quickstart will get you going with Java and the [Jetty](http://eclipse.org/jetty/) embedded web server on the [Cedar](http://devcenter.heroku.com/articles/cedar) stack.
22

3-
Sample code is available on [github](https://github.com/heroku/devcenter-java) along with this document. Edits and enhancements are welcome. Just fork the repository, make your changes and send us a pull request.
3+
{.note}
4+
Sample code for the [Java demo application](https://github.com/heroku/devcenter-java) is available on GitHub. Edits and enhancements are welcome.
45

56
## Prerequisites
67

@@ -10,32 +11,9 @@ Sample code is available on [github](https://github.com/heroku/devcenter-java) a
1011

1112
## Local Workstation Setup
1213

13-
We'll start by setting up your local workstation with the Heroku command-line client and the Git revision control system; and then logging into Heroku to upload your `ssh` public key. If you've used Heroku before and already have a working local setup, skip to the next section.
14-
15-
<table>
16-
<tr>
17-
<th>If you have...</th>
18-
<th>Install with...</th>
19-
</tr>
20-
<tr>
21-
<td>Mac OS X</td>
22-
<td style="text-align: left"><a href="http://toolbelt.herokuapp.com/osx/download">Download OS X package</a></td>
23-
</tr>
24-
<tr>
25-
<td>Windows</td>
26-
<td style="text-align: left"><a href="http://toolbelt.herokuapp.com/windows/download">Download Windows .exe installer</a></td>
27-
</tr>
28-
<tr>
29-
<td>Ubuntu Linux</td>
30-
<td style="text-align: left"><a href="http://toolbelt.herokuapp.com/linux/readme"><code>apt-get</code> repository</a></td>
31-
</tr>
32-
<tr>
33-
<td>Other</td>
34-
<td style="text-align: left"><a href="http://assets.heroku.com/heroku-client/heroku-client.tgz">Tarball</a> (add contents to your <code>$PATH</code>)</td>
35-
</tr>
36-
</table>
37-
38-
Once installed, you'll have access to the `heroku` command from your command shell. Log in using the email address and password you used when creating your Heroku account:
14+
Install the [Heroku Toolbelt](https://toolbelt.herokuapp.com/) on your local workstation. This ensures that you have access to the [Heroku command-line client](http://devcenter.heroku.com/categories/command-line), Foreman, and the Git revision control system.
15+
16+
Once installed, you can use the `heroku` command from your command shell. Log in using the email address and password you used when creating your Heroku account:
3917

4018
:::term
4119
$ heroku login

0 commit comments

Comments
 (0)