From 4008090cc86fb4c1b0619a321d8fe872c0b8177b Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 7 Sep 2017 23:04:46 +0200 Subject: [PATCH] remove http in front of localhost link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2d5ca..3493e14 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To see a preview of the website you need to have Hugo installed and be able to e 1. Navigate to the website's root directory (in the last example `~/FSFE/PMPC/website/`) and open a terminal window there. Type in `git pull`. This will get the latest changes from the server 2. In the terminal, execute `cd site/` to navigate in the right directory for hugo's website build. You are now in `~/FSFE/PMPC/website/site/` -3. In your terminal, execute `./build/build.sh server`. This command will build the website and enable you to browse the result on your computer only. Open [localhost:1313](http://localhost:1313) in your web browser to see it. +3. In your terminal, execute `./build/build.sh server`. This command will build the website and enable you to browse the result on your computer only. Open [localhost:1313](localhost:1313) in your web browser to see it. If you want to make changes to the official website, please read [our Git guides](https://wiki.fsfe.org/TechDocs/Git). There you'll find out about the necessary commands pull, status, add, commit, or push.