Skip to content

Commit d0ee211

Browse files
committedFeb 16, 2018
Require GOPATH to be in PATH
1 parent 4ad0c93 commit d0ee211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SpaceDocks build process follows the golang specifications: You need to clone th
4141
```
4242

4343
#### Glide
44-
We use the [Glide package manager](https://glide.sh) to manage the sdb dependencies. For installing glide, please execute the appropreate buildscript for your plattform (Linux/MacOS Users: build/install_glide.sh, Windows Users: build/install_glide.ps1). This will install glide into $GOPATH/bin, which requires a valid $GOPATH! It is also useful to add $GOPATH/bin to your $PATH.
44+
We use the [Glide package manager](https://glide.sh) to manage the sdb dependencies. For installing glide, please execute the appropreate buildscript for your plattform (Linux/MacOS Users: build/install_glide.sh, Windows Users: build/install_glide.ps1). This will install glide into $GOPATH/bin, which requires a valid $GOPATH! It is also **required** to add $GOPATH/bin to your $PATH!
4545

4646
#### Installing the dependencies
4747
Installing the SpaceDock-Backend dependencies is as simple as running `$ glide install` in the SDB root directory after installing glide.

0 commit comments

Comments
 (0)