rtfd 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -0
- data/lib/rtfd/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -27,6 +27,8 @@ The simple example of this file
|
|
27
27
|
sinatra: git://github.com/sinatra/sinatra.git
|
28
28
|
yard: git://github.com/lsegal/yard.git
|
29
29
|
|
30
|
+
Go to your github repository admin page, click Service Hooks menu item and add "your_domain.com/github_hook" to webhook urls.
|
31
|
+
|
30
32
|
You can use Rtfd::Application in you application now!
|
31
33
|
|
32
34
|
Check Simple demo application that uses rtfd: https://github.com/BrandyMint/rtfd_demo_app
|
data/lib/rtfd/version.rb
CHANGED