Skip to content

Commit

Permalink
Merge pull request #8 from CrowdStrike/chore/readme_update
Browse files Browse the repository at this point in the history
chore: update README with config example
  • Loading branch information
jsteenb2 committed Oct 25, 2023
2 parents 23c6fe7 + 2641e3f commit bca2005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ A basic HTTP server will be listening on port 8081.
# build the project which uses the sdk
cd my-project && go mod tidy && go build -o run_me .

# run the executable
./run_me
# run the executable. config should be in json format here.
CS_FN_CONFIG_PATH=$PATH_TO_CONFIG_JSON ./run_me
```

Requests can now be made against the executable.
Expand Down

0 comments on commit bca2005

Please sign in to comment.