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'