Skip to content

Commit 0dd24f3

Browse files
author
Edward Muller
committed
Fix instructions
1 parent ef9db03 commit 0dd24f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.tmpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3><span class="glyphicon glyphicon-info-sign"></span> How this sample app work
2525
<ul>
2626
<li>This app was deployed to Heroku, either using Git or by using <a href="https://github.com/heroku/go-getting-started">Heroku Button</a> on the repository.</li>
2727

28-
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/go-getting-started/blob/master/Godeps">Godeps file</a>, and created a deployable slug.</li>
28+
<li>When Heroku received the source code and created a deployable slug.</li>
2929
<li>The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.</li>
3030
<li>You can scale your app, manage it, and deploy over <a href="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
3131
</ul>
@@ -36,7 +36,7 @@ <h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
3636
<li>If you are following the <a href="https://devcenter.heroku.com/articles/getting-started-with-go">Getting Started</a> guide, then please head back to the tutorial and follow the next steps!</li>
3737
<li>If you deployed this app by deploying the Heroku Button, then in a command line shell, run:</li>
3838
<ul>
39-
<li><code>go get github.com/heroku/go-getting-started/cmd/...</code> - this will create a local copy of the source code for the app, compile and install the generated executables in <code>$GOPATH/bin</code></li>
39+
<li><code>go get github.com/heroku/go-getting-started</code> - this will create a local copy of the source code for the app, compile and install the generated executables in <code>$GOPATH/bin</code></li>
4040
<li><code>cd $GOPATH/src/github.com/heroku/go-getting-started</code> - change directory into the local source code repository</li>
4141
<li><code>heroku git:remote -a &lt;your-app-name&gt;</code> - associate the Heroku app with the repository</li>
4242
<li>You'll now be set up to run the app locally, or <a href="https://devcenter.heroku.com/articles/getting-started-with-go#push-local-changes">deploy changes</a> to Heroku</li>

0 commit comments

Comments
 (0)