From c22c969d561dc51a7f63eeca02bc581b2063fb4d Mon Sep 17 00:00:00 2001 From: Brandon Sutherland Date: Mon, 6 Jan 2025 15:04:08 -0700 Subject: [PATCH] Added some info to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 434b741..96f9bc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # MAGICC Public Wiki +This is the location of the public MAGICC lab wiki, a place to put any useful guides or information for future students and other labmembers. +There is also a [private wiki](https://github.com/byu-magicc/wiki-private) for more confidential information or anything that doesn't really need to be public. +Please place all appropriate material in that repository instead of this one. + +This website is built with Material for MkDocs. The guide below describes how to get the website up and running on a local machine for easy editing. For more extensive documentation, visit the [official documentation](https://squidfunk.github.io/mkdocs-material/). + ## Install mkdocs ``` bash