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

fix binstub command syntax #48

Merged
merged 1 commit into from Mar 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ you can skip the bundler steps.
- Create a binstub for the deploy log tailing backend:

```sh
bundle install --binstubs deployinator
bundle binstub etsy-deployinator
```

- Initialize the project directory by running the following command replacing ___Company___ with the name of your company/organization. This must start with a capital letter.
Expand Down