Skip to content

Commit c7abfc1

Browse files
author
scott Chacon
committed
added a tiny bit of docs to the gitweb.rb script
1 parent 6d634d7 commit c7abfc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

camping/gitweb.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
require 'camping'
33
require 'git'
44

5+
#
6+
# gitweb is a web frontend on git
7+
# there is no user auth, so don't run this anywhere that anyone can use it
8+
# it's read only, but anyone can remove or add references to your repos
59
#
610
# install dependencies
711
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net

0 commit comments

Comments
 (0)