clarify the project description

This commit is contained in:
Tom Preston-Werner
2010-03-30 01:22:34 -07:00
parent cec610cfa1
commit 8630676fd0
+4 -1
View File
@@ -3,11 +3,14 @@ gollum -- A wiki built on top of Git
## DESCRIPTION
Gollum is a simple wiki that uses Git for storage and revision histories. It
Gollum is a simple wiki built on top of Git that powers GitHub Wikis. Gollum
is designed so that you can create a compliant Git repository (known as a
Gollum repository) either by hand, by calling API methods, or via the web
interface.
We are making the source available so that you may test your wikis locally if
you choose to edit them by hand.
## REPO STRUCTURE