Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Mar 14, 2023
1 parent 76945a9 commit 2740e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# `echotraffic`: echo your network traffic for FOSSA CLI
# `echotraffic`

This small program allows users to view traffic sent by `fossa-cli` to the FOSSA service.

# 30 second setup

For more advanced usage, run with the `-h` flag to see help output.

## From source

0. Install Go: https://go.dev/doc/install
1. Run `go run main.go`.
2. Run `fossa analyze -e 'http://localhost:3000'` in a different terminal.
3. Observe `fossa-cli` traffic written to the terminal.

Run `go run main.go -h` for more usage information.

## From prebuilt binary

Go to [the latest release](https://github.com/fossas/echotraffic/releases/latest)
Expand Down

0 comments on commit 2740e13

Please sign in to comment.