From eac3cdb7fc2c45040a13c1b6b0db9ece1dd81d39 Mon Sep 17 00:00:00 2001 From: Martin Ralphs Date: Wed, 8 Jan 2025 18:03:09 +0000 Subject: [PATCH] Updated README.md to add comprehensive file list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a4762..9ffda02 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The main folder is where all of the site pages are stored. It contains the follo # Working with the project code -We recommend using Visual Studio Code to work with this project. Open the code workspace in VS Code to load the project. To render the website, open any of the .qmd documents and select the Preview button. Edits to qmd files will only be reflected in the project website after you have re-rendered using Preview. +We recommend using Visual Studio Code to work with this project. Open the code workspace in VS Code to load the project. To render the website, open any of the .qmd documents and select the Preview button. Edits to qmd files will only be reflected in the project website after you have re-rendered using Preview or Quarto::render and pushed your changes to the project Github site. # Software requirements Python 3.8 or later. For ONS users, Python can be installed from ONS Software Centre.