Skip to content

Commit 305f72a

Browse files

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ You can find detailed guide here: https://fastnetmon.com/docs-fnm-advanced/fastn
99
# Build process
1010

1111
```
12-
go build
13-
cp bin/fastnetmon_flowlogs_lambda fastnetmon_flowlogs_lambda
14-
zip fastnetmon_flowlogs_lambda.zip fastnetmon_flowlogs_lambda
12+
GOOS=linux GOARCH=amd64 go build -o bootstrap main.go
13+
zip lambda-handler.zip bootstrap
1514
```
1615

1716
# Cap'n'Proto schema rebuild

0 commit comments

Comments
 (0)