Skip to content

Commit

Permalink
Updated Golang readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozaczuk authored Jun 17, 2018
1 parent 6b0f4fc commit a6ec3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/golang-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Here are the steps to build the image:

Init the package
```
capstan package init --name "go-example" --title "Golang Example" --author "Anonymous" --version "1.0" --require "osv.run-go"
capstan package init --name "go-example" --title "Golang Example" --author "Anonymous" \\
--version "1.0" --require "osv.run-go"
```
Compile golang source code
```
Expand Down

0 comments on commit a6ec3de

Please sign in to comment.