Skip to content

Commit d0b3466

Browse files
authored
Merge pull request #1854 from bauerm97/installdoc-fix
Update INSTALL.md to reflect proper build/installation instructions
2 parents 51f5bd9 + 9b67a61 commit d0b3466

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

INSTALL.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,9 @@ use `go get` to install it like so:
5757
$ go get -u -v github.com/golang/dep/cmd/dep
5858
```
5959

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-
6760
## Compile the Singularity binary
68-
Now you are ready to build Singularity:
61+
Now you are ready to build Singularity. Dependencies will be automatically
62+
downloaded. You can build Singularity using the following commands:
6963

7064
```
7165
$ cd $GOPATH/src/github.com/singularityware/singularity

0 commit comments

Comments
 (0)