From 945b53a410ef57b9259cc8b2c1381461b99e17dd Mon Sep 17 00:00:00 2001 From: Jared Fowler Date: Fri, 5 Jan 2018 14:19:08 -0800 Subject: Fix path in setup instructions Update the path to the `config.yml` file in the install/set up instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81fa45c..aaa1e51 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Hugo conference is a theme for conferences/events based on the original [conf-bo cd my-conf git clone https://github.com/jweslley/hugo-conference themes/hugo-conference rm -f config.toml - cp themes/hugo-conference/config.yml . + cp themes/hugo-conference/exampleSite/config.yml . 3. It's done. Just start Hugo server to see it live! -- cgit v1.2.3