Skip to content

Commit d576b33

Browse files
committed
DOC: Remove GOPATH instructions from README
1 parent 851d49c commit d576b33

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66

77
## Building the Data Plane API
88

9-
In order to build the Data Plane API you need go 1.12 installed on your system, and execute the following steps:
9+
In order to build the Data Plane API you need go 1.12 installed on your system with go modules support enabled, and execute the following steps:
1010

11-
1\. Clone dataplaneapi repository into $GOPATH/src/github.com/haproxytech
11+
1\. Clone dataplaneapi repository
1212

1313
```
14-
cd $GOPATH/src/github.com/haproxytech
1514
git clone https://github.com/haproxytech/dataplaneapi.git
1615
```
1716

@@ -78,7 +77,7 @@ Help Options:
7877
-h, --help Show this help message
7978
```
8079

81-
## Example
80+
## Example
8281

8382
You can test it by simply running:
8483

@@ -96,4 +95,4 @@ If you are using secure passwords, supported algorithms are: md5, sha-256 and sh
9695

9796
## Contributing
9897

99-
If you wish to contribute to this project please check [Contributing Guide](CONTRIBUTING.md)
98+
If you wish to contribute to this project please check [Contributing Guide](CONTRIBUTING.md)

0 commit comments

Comments
 (0)