README.md: Clarify that Gollum should run against an already-initialized Git repository. (#1722)

This commit is contained in:
Sam
2021-06-13 16:34:28 -05:00
committed by GitHub
parent aa823b5a2d
commit 5f04200bd0
+1 -1
View File
@@ -45,7 +45,7 @@ Installation examples for individual systems can be seen [here](https://github.c
To run, simply:
1. Run: `gollum /path/to/wiki`.
1. Run: `gollum /path/to/wiki` where `/path/to/wiki` is an initialized Git repository.
2. Open `http://localhost:4567` in your browser.
See [below](#running-from-source) for information on running Gollum from source, as a Rack app, and more.