Skip to content

Commit

Permalink
Merge pull request #1854 from bauerm97/installdoc-fix
Browse files Browse the repository at this point in the history
Update INSTALL.md to reflect proper build/installation instructions
  • Loading branch information
bauerm97 authored Aug 19, 2018
2 parents 51f5bd9 + 9b67a61 commit d0b3466
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,9 @@ use `go get` to install it like so:
$ go get -u -v github.com/golang/dep/cmd/dep
```

And then you can install the golang dependencies as part of the build later on or like so:

```
$ cd $GOPATH/src/github.com/singularityware/singularity
$ dep ensure -v
```

## Compile the Singularity binary
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:

```
$ cd $GOPATH/src/github.com/singularityware/singularity
Expand Down

0 comments on commit d0b3466

Please sign in to comment.