Skip to content

Commit 1bf02e7

Browse files
committed
update badges and readme text
1 parent e23396e commit 1bf02e7

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
# docker-machine-driver-linode
22

3+
[![GoDoc](https://godoc.org/github.com/linode/docker-machine-driver-linode?status.svg)](https://godoc.org/github.com/linode/docker-machine-driver-linode)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/linode/docker-machine-driver-linode)](https://goreportcard.com/report/github.com/linode/docker-machine-driver-linode)
5+
[![CircleCI](https://circleci.com/gh/linode/docker-machine-driver-linode.svg?style=svg)](https://circleci.com/gh/linode/docker-machine-driver-linode)
6+
[![GitHub release](https://img.shields.io/github/release/linode/docker-machine-driver-linode.svg)](https://github.com/linode/docker-machine-driver-linode/releases/)
7+
38
Linode Driver Plugin for docker-machine.
49

510
## Install
611

7-
First, docker-machine is required, documentation for how to install `docker-machine`
8-
[is available here](https://docs.docker.com/machine/install-machine/).
12+
`docker-machine` is required, [see the installation documentation](https://docs.docker.com/machine/install-machine/).
13+
14+
Then, install the latest release for your environment from the [releases list](https://github.com/linode/docker-machine-driver-linode/releases).
15+
16+
### Installing from source
17+
18+
If you would rather build from source, you will need to have a working `go` 1.11+ environment,
19+
20+
```bash
21+
eval $(go env)
22+
export PATH="$PATH:$GOPATH/bin"
23+
```
924

10-
Or, you can install `docker-machine` from source by running:
25+
You can then install `docker-machine` from source by running:
1126

1227
```bash
1328
go get github.com/docker/machine
1429
cd $GOPATH/src/github.com/docker/machine
1530
make build
1631
```
1732

18-
Then, install `docker-machine-driver-linode` driver in the `$GOPATH` and add `$GOPATH/bin` to the `$PATH` environment variable.
33+
And then compile the `docker-machine-driver-linode` driver:
1934

2035
```bash
2136
go get github.com/linode/docker-machine-driver-linode

0 commit comments

Comments
 (0)