From 5f04200bd033473c9d9f5ed32f23b0e1eaf7f67e Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 13 Jun 2021 16:34:28 -0500 Subject: [PATCH] README.md: Clarify that Gollum should run against an already-initialized Git repository. (#1722) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86f7e58..1f4d60f8 100644 --- a/README.md +++ b/README.md @@ -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.