Skip to content

Commit

Permalink
bundler documentation says that executables must be in the bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
jar349 committed Apr 5, 2021
1 parent 9f1981f commit 5140175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ Start a pretend statsd server that listens for UDP packets on port 8125.

If you've installed the gem in your app:

# only need to install the binstub once
bundle binstubs puma-plugin-statsd
./bin/statsd-to-stdout

If you are developing/testing this gem locally:

./devtools/statsd-to-stdout
./bin/statsd-to-stdout

Start puma:

Expand Down
File renamed without changes.

0 comments on commit 5140175

Please sign in to comment.