Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #13

Merged
merged 1 commit into from
Feb 24, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The goal of this applications is to make create a simple interface to connect yo
2. bundle install
4. cp .env.example .env
3. set your `SLACK_API_KEY` on .env with your Slack app authorizarion key on
4. set your `AUTHENTICATION_KEY` on .env with any value you would like to receive in the `Authorization` header
4. set your `AUTHENTICATION_KEY` on .env with any value you would like to receive in the `Authorization` header
5. bundle exec rerun "ruby app.rb -p 4000"

Note: the `rerun` will start an auto reload, meaning that every time you change a line of code it will automatically restart the server
Expand All @@ -32,4 +32,4 @@ curl --location --request POST 'http://localhost:4000/channel-messages' \
--data-raw '{
"channel": "feed-test-automations",
"message": ":roadrunner: I'\''m working!"
}'
}'