Skip to content

Commit ff71533

Browse files
author
Nicholas Cerminara
committed
Updated Readme :octocat:
1 parent 134819a commit ff71533

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ Simple Github library for CodeIgniter. Supports GitHub OAuth API and all the oth
99

1010
It's an out of the box starter for using OAuth and GitHub. It uses the latest version of Codeigniter and has a running demo so all you have to do is set your config keys and you're done. It's one of my last CodeIgniter projects that I want to open-source before embracing the Laravel world entirely.
1111

12+
## Quick Start
13+
14+
- Clone this repo
15+
- Create a GitHub Application on GitHub.com
16+
- Update `/application/config/github.php`
17+
1218
## Are all these files required?
1319

14-
No.There's a lot of stuff that this comes with. You don't need most of these files to get started. For example, I use our [Stencil Codeigniter Template Library](http://github.com/scotch-io/stencil) to do the templating. You don't have to do that.
20+
No. There's a lot of stuff that this comes with. You don't need most of these files to get started. For example, I use [Stencil Codeigniter Template Library](http://github.com/scotch-io/stencil) to do the templating. You don't have to do that.
1521

1622
### Requried Files:
1723

0 commit comments

Comments
 (0)