We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f5bd9 + 9b67a61 commit d0b3466Copy full SHA for d0b3466
INSTALL.md
@@ -57,15 +57,9 @@ use `go get` to install it like so:
57
$ go get -u -v github.com/golang/dep/cmd/dep
58
```
59
60
-And then you can install the golang dependencies as part of the build later on or like so:
61
-
62
-```
63
-$ cd $GOPATH/src/github.com/singularityware/singularity
64
-$ dep ensure -v
65
66
67
## Compile the Singularity binary
68
-Now you are ready to build Singularity:
+Now you are ready to build Singularity. Dependencies will be automatically
+downloaded. You can build Singularity using the following commands:
69
70
71
$ cd $GOPATH/src/github.com/singularityware/singularity
0 commit comments