From 67c2c39cda07ae0298f92fc25fc83a6c3c018847 Mon Sep 17 00:00:00 2001 From: Gelieza K Date: Mon, 31 Jul 2023 17:21:26 +0200 Subject: [PATCH] Update Readme.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 866c17f..0df41aa 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ Jupyter notebook scripts for the course Programming Large-Scale Parallel Systems - [**Go to webpage**](https://fverdugo.github.io/XM_40017/dev) ## Run webpage locally -In XM_40017 folder, call `using LiveServer; servedocs(skip_dir=joinpath("docs","src","notebook-output"))` in terminal. +In XM_40017 folder, call `using LiveServer; servedocs(skip_dir=joinpath("docs","src"))` in a Julia terminal. + +> [!NOTE] +> With `skip_dir=joinpath("docs","src")`, changes to the notebooks or .md files are not automatically updated to the webpage anymore. To see the changes, you have to call `servedocs()` again. +