From c37f8b0753cb0fdaa1a982784fbb9a1cad9b83aa Mon Sep 17 00:00:00 2001 From: vand <vand@dtu.dk> Date: Mon, 21 Sep 2020 22:58:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07247f6..7fbbb41 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ When viewing pages on your machine, your browser will probably prevent loading J Instead of changing your security policy, you can run a local server, e.g. Python’s built-in http server. 1. From the command line, run `python -m http.server` (this is for Python 3.x). 1. In a browser, open [http://localhost:8000/](http://localhost:8000/) and navigate to the pages. +Sometimws you need to force browser to load fresh content (instead of showing a cached version of the pages). In Crome on mac, hold down Shift +while reloading. ## Content Some of the helping files are: -- GitLab