Skip to content

Commit 1b959c7

Browse files
committed
Remove History section and update link to quickstart
1 parent b047a80 commit 1b959c7

File tree

1 file changed

+3
-9
lines changed
  • api/ruby/building-your-first-github-app

1 file changed

+3
-9
lines changed
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
This is the sample project built by following the "[Build Your First GitHub App](https://developer.github.com/apps/build-your-first-github-app)" quickstart guide on developer.github.com.
1+
This is the sample project built by following the "[Building Your First GitHub App](https://developer.github.com/apps/building-your-first-github-app)" Quickstart guide on developer.github.com.
22

33
It consists of two different servers: `server.rb` (boilerplate) and `advanced_server.rb` (completed project).
44

55
## Install and run
66

77
To run the code, make sure you have [Bundler](http://gembundler.com/) installed; then type `bundle install` on the command line.
88

9-
For the boilerplate project, type `ruby server.rb` on the command line.
9+
* For the boilerplate project, type `ruby server.rb` on the command line.
1010

11-
For the completed project, enter `ruby advanced_server.rb` on the command line.
11+
* For the completed project, enter `ruby advanced_server.rb` on the command line.
1212

1313
Both commands will run the server at `localhost:4567`.
14-
15-
## History
16-
17-
The original author is @DEGoodmanWilson, and the original source is https://github.com/DEGoodmanWilson/app-boilerplate.
18-
19-
The @github/product-docs-ecosystem team ported the code here and added `advanced_server.rb` while editing the guide before publishing it.

0 commit comments

Comments
 (0)