From 9b0c47b02badc648f4d73e482d53073bef6cb396 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 1 Jan 2018 20:12:57 +0000 Subject: [PATCH] add in update info Signed-off-by: Adam Warner --- docs/main/update.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/main/update.md diff --git a/docs/main/update.md b/docs/main/update.md new file mode 100644 index 0000000..5894f35 --- /dev/null +++ b/docs/main/update.md @@ -0,0 +1,7 @@ +Updating is as simple as running the following command: + +`pihole -up` + +### Common issues with updating: + +`[Placeholder for solutions to issues]` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d222681..0635065 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,6 +23,7 @@ pages: - 'Prerequisites': 'main/prerequesites.md' - 'Installation': 'main/basic-install.md' - 'Post-Install': 'main/post-install.md' + - 'Updating': 'main/update.md' - 'Guides': - 'Pi-hole and OpenVPN Server': - 'Overview': 'guides/vpn/overview.md'