Skip to content

Commit 42fcee3

Browse files
committed
README: Remove reference to go get
It's been deprecated for some time already. Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent b62fbd5 commit 42fcee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ code repositories.
77
## Getting the code
88

99
```
10-
$ go get -d github.com/kata-containers/tests
10+
$ git clone https://github.com/kata-containers/tests
1111
```
1212

1313
## Test Content
@@ -198,7 +198,7 @@ $ export PATH=${GOPATH}/bin:${PATH}
198198

199199
Clone the `kata-container/tests` repository:
200200
```
201-
$ go get -d github.com/kata-containers/tests
201+
$ git clone https://github.com/kata-containers/tests $GOPATH/src/github.com/kata-containers/tests
202202
```
203203

204204
Go to the tests repo directory:

0 commit comments

Comments
 (0)