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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ <h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
38
38
<ul>
39
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>
40
40
<li><code>cd $GOPATH/src/github.com/heroku/go-getting-started</code> - change directory into the local source code repository</li>
41
-
<li><code>heroku git:remote -a <your-app-name></code> - associate the Heroku app with the repository</li>
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