Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Cash committed Feb 25, 2018
1 parent 94c739b commit b227991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A simple program that will build the infrastructure to ping a website.

## Configuring the Site

Change `url := "http://example.com/"` to `url := "<desired-site>"` in `function/function.go`.

## Building the Zip

In the `function` directory run `make release` to generate the binary and then zip it.
Expand Down

0 comments on commit b227991

Please sign in to comment.