Skip to content

Commit 504e49f

Browse files
author
Tom Osowski
authored
Update README.md
1 parent 9871708 commit 504e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ruby/app-issue-creator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the sample project that walks through creating a GitHub App and configur
1818

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

21-
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)"`
21+
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)"`
2222

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

0 commit comments

Comments
 (0)