Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 078c188

Browse files
committed
Update build instructions for go 1.11+
1 parent 4b4642c commit 078c188

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ Download pre-built binaries from the [Releases Page](https://github.com/awslabs/
6666

6767
#### From Source
6868

69+
With go 1.11+:
70+
6971
```
70-
$ mkdir -p $GOPATH/src/github.com/awslabs
71-
$ git clone https://github.com/awslabs/aws-lambda-container-image-converter $GOPATH/src/github.com/awslabs/aws-lambda-container-image-converter
72-
$ cd !$
72+
$ git clone https://github.com/awslabs/aws-lambda-container-image-converter
73+
$ cd aws-lambda-container-image-converter
7374
$ make
7475
$ ./bin/local/img2lambda --help
7576
```

0 commit comments

Comments
 (0)