Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Osowski authored Jul 5, 2017
1 parent 9871708 commit 504e49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ruby/app-issue-creator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is the sample project that walks through creating a GitHub App and configur

Install the required Ruby Gems by entering `bundle install` on the command line.

Set environment variables `GITHUB_APP_ID` and `GITHUB_APP_PRIVATE_KEY`. For example, run the following to store the private key to an environment variable: `GITHUB_APP_PRIVATE_KEY="$(less private-key.pem)"`
Set environment variables `GITHUB_APP_ID` and `GITHUB_APP_PRIVATE_KEY`. For example, run the following to store the private key to an environment variable: `export GITHUB_APP_PRIVATE_KEY="$(less private-key.pem)"`

To start the server, type `ruby server.rb` on the command line.

Expand Down

0 comments on commit 504e49f

Please sign in to comment.