Skip to content

Commit c97e309

Browse files
authored
Merge pull request #41 from pybeaudouin/patch-1
fixes #40 : amend Golang example instructions
2 parents 87bfe05 + ae5d201 commit c97e309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Let's build this project (Dojo) using `dojo`:
120120
```bash
121121
git clone https://github.com/kudulab/dojo.git
122122
cd dojo
123-
dojo -c Dojofile.build "./tasks build"
123+
dojo -c Dojofile.build "./tasks _build" # or just ./tasks build
124124
```
125125

126126
Here we used Dojo flag `-c Dojofile.build`. This way we instructed dojo CLI which Dojofile to use. Dojofile keeps information about the Docker Image. [Dojofile.build](https://github.com/kudulab/dojo/blob/master/Dojofile.build) uses [kudulab/golang-dojo](https://github.com/kudulab/docker-golang-dojo) Docker image.

0 commit comments

Comments
 (0)