Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit cb78a56

Browse files
author
Dan Vittegleo
committed
Update install/build README
1 parent 6e0d02e commit cb78a56

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ At a high level, awslambdaproxy proxies TCP/UDP traffic through AWS Lambda regio
2020

2121
## Installation
2222

23-
### Binary
2423
The easiest way is to download a pre-built binary from the [GitHub Releases](https://github.com/dan-v/awslambdaproxy/releases) page.
2524

26-
### Using Go Get
27-
```sh
28-
go get github.com/dan-v/awslambdaproxy/cmd/awslambdaproxy/...
29-
```
30-
3125
## Usage
3226

3327
1. Copy `awslambdaproxy` binary to a publicly accessible linux host (e.g. EC2 instance, VPS instance, etc). You will need to open the following ports on this host:
@@ -102,11 +96,10 @@ aws iam create-access-key --user-name awslambdaproxy-run
10296
* [goad](https://github.com/goadapp/goad) - Code was borrowed from this project to handle AWS Lambda zip creation and function upload.
10397
10498
## Build From Source
105-
1. Fetch the project with `go get`:
99+
1. Fetch the project with `git clone`:
106100
107101
```sh
108-
go get github.com/dan-v/awslambdaproxy
109-
cd $GOPATH/src/github.com/dan-v/awslambdaproxy
102+
git clone [email protected]:dan-v/awslambdaproxy.git && cd awslambdaproxy
110103
```
111104

112105
2. Run make to build awslambdaproxy. You'll find your `awslambdaproxy` binary in the `build` folder.

0 commit comments

Comments
 (0)