diff --git a/README.md b/README.md
index 514615b0aa24611ae28ec4f601b7f7ab8ed84fe5..5c818a8f1b7d87790e95c7c89578cd3c21dcb92a 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,11 @@ apt install plantuml graphviz
 Generate the site
 
     pelican
+    # or python3 -m pelican
 
 Serve it
 
-    pelican --listen --autoreload --port 8557
+    pelican --listen --autoreload --port 8557 # port is hardcoded in develop conf file
 
 The website should be available at http://localhost:8557.
 
diff --git a/publishconf.py b/publishconf.py
index aa1c2a6573aaf47cf401a1bb9999e3725e55309e..d698c1a30ea1c22f54151bb8a079461a1ea373b9 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -5,4 +5,4 @@ sys.path.append('.')
 
 from pelicanconf import *
 
-SITEURL = u'https://duniter.org/en'
+SITEURL = u'https://duniter.org/'