Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ is considered to be in a state of support rather than active feature development
- bzr
- hg
- svn
* Support custom local and global plugins (see docs/plugins.md)
* Support custom local and global plugins (see `docs/plugins.md`)
* Repository caching and data caching for improved performance.
* Flatten dependencies resolving version differences and avoiding the inclusion
of a package multiple times.
Expand Down Expand Up @@ -90,7 +90,7 @@ A project is structured like this:
|-- ... etc.
```

*Take a look at [the Glide source code](http://github.com/Masterminds/glide)
*Take a look at [the Glide source code](https://github.com/Masterminds/glide)
to see this philosophy in action.*

## Install
Expand Down Expand Up @@ -124,7 +124,7 @@ To build from source you can:

1. Clone this repository into `$GOPATH/src/github.com/Masterminds/glide` and
change directory into it
2. If you are using Go 1.5 ensure the environment variable GO15VENDOREXPERIMENT is set, for
2. If you are using Go 1.5 ensure the environment variable `GO15VENDOREXPERIMENT` is set, for
example by running `export GO15VENDOREXPERIMENT=1`. In Go 1.6 it is enabled by default and
in Go 1.7 it is always enabled without the ability to turn it off.
3. Run `make build`
Expand Down Expand Up @@ -458,7 +458,7 @@ The package will not be fetched for other architectures or OSes.
## LICENSE

This package is made available under an MIT-style license. See
LICENSE.txt.
`LICENSE.txt`.

## Thanks!

Expand Down