From dcf8268eb8ae7f5a21a7c814582cb919094c5693 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 19 Jun 2019 14:38:36 +0200 Subject: [PATCH] add relative-urls setting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a13586..162cc20 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Generate the content and run the server: ```bash $ pelican content -$ pelican --listen +$ pelican --listen --relative-urls ``` Then the site is available at the following URL: @@ -59,7 +59,7 @@ And then the Pelican development server will automatically reload when you make changes. It is also possible to use: ```bash -$ pelican --autoreload --listen +$ pelican --autoreload --listen --relative-urls ``` However, this will not automatically refresh your browser page.