diff --git a/pelican/tools/templates/develop_server.sh.jinja2 b/pelican/tools/templates/develop_server.sh.jinja2 index 7d20fd22..f8bce79a 100755 --- a/pelican/tools/templates/develop_server.sh.jinja2 +++ b/pelican/tools/templates/develop_server.sh.jinja2 @@ -80,6 +80,7 @@ function start_up(){ return 1 fi echo 'Pelican and HTTP server processes now running in background.' + echo "You can access the server now at http://localhost:$port with your browser." } ###