You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,15 @@ Simple Github library for CodeIgniter. Supports GitHub OAuth API and all the oth
9
9
10
10
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.
11
11
12
+
## Quick Start
13
+
14
+
- Clone this repo
15
+
- Create a GitHub Application on GitHub.com
16
+
- Update `/application/config/github.php`
17
+
12
18
## Are all these files required?
13
19
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.
0 commit comments