From 19eb40d10459417451578d530033ff170628a2d6 Mon Sep 17 00:00:00 2001 From: el00ruobuob Date: Wed, 5 Dec 2018 09:53:43 +0100 Subject: [PATCH] Update build instruction to Jekyll serve without the production base url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3f348a..7dd11e84 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ If for any reason you have questions or need to contact us, you can find us on t Once you have the above list of things, it's typically a good idea to build the website from your local computer to make sure it works before you make any changes. To do this, complete the following steps: 1. Navigate to your local `monero-site` repository. -2. Serve the website: `bundle exec jekyll serve` +2. Serve the website: `bundle exec jekyll serve --baseurl ''` 3. Open a browser and go to [http://127.0.0.1:4000](http://127.0.0.1:4000). 4. If all went well, you should see the Monero website and you're ready to make changes. -- GitLab