You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/index.tmpl.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ <h3><span class="glyphicon glyphicon-info-sign"></span> How this sample app work
25
25
<ul>
26
26
<li>This app was deployed to Heroku, either using Git or by using <ahref="https://github.com/heroku/go-getting-started">Heroku Button</a> on the repository.</li>
27
27
28
-
<li>When Heroku received the source code, it fetched all the dependencies in the <ahref="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>
29
29
<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>
30
30
<li>You can scale your app, manage it, and deploy over <ahref="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
31
31
</ul>
@@ -36,7 +36,7 @@ <h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
36
36
<li>If you are following the <ahref="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>
37
37
<li>If you deployed this app by deploying the Heroku Button, then in a command line shell, run:</li>
38
38
<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>
40
40
<li><code>cd $GOPATH/src/github.com/heroku/go-getting-started</code> - change directory into the local source code repository</li>
41
41
<li><code>heroku git:remote -a <your-app-name></code> - associate the Heroku app with the repository</li>
42
42
<li>You'll now be set up to run the app locally, or <ahref="https://devcenter.heroku.com/articles/getting-started-with-go#push-local-changes">deploy changes</a> to Heroku</li>
0 commit comments