git clone git://github.com/al3x/git-wiki.git
add sinatra as a git submodule and make use of it
...
...123
0@@ -0,0 +1,3 @@0+[submodule "sinatra"]0+ path = sinatra0+ url = git://github.com/bmizerany/sinatra.git
...1234 567
...123 4567
0@@ -1,7 +1,7 @@0 #!/usr/bin/env ruby0 0 require 'environment'0-require '../sinatra/lib/sinatra'0+require 'sinatra/lib/sinatra'0 0 get('/') { redirect "/#{HOMEPAGE}" }0
...1
0@@ -0,0 +1 @@0+Subproject commit 898b36eab4cbd0384d23000ee738c9d451558ce0
No one has commented yet.
Add a comment:
Comments
No one has commented yet.