:memo: add documentation about building the log4net site
diff --git a/BUILDING.md b/BUILDING.md
index 0a0cbd1..31abcc2 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -29,5 +29,15 @@
     included which (should) build if you set up AppVeyer to track
     your fork. AppVeyer is free for open-source projects.
     (TODO: should have a link to the official AppVeyer build)
-- build via the CircleCI Windows image. There is included configuration for CircleCI.
-    CicleCI is free (with usage limitations) for open-source projects.
\ No newline at end of file
+
+## Updating the site
+
+Log4Net uses Maven to build the site. Source artifacts can be found under `src/site`.
+Building the site can be accomplished with `npm run build-site`. You should have maven
+installed:
+- Windows: get it from Scoop
+- OSX: get it from Homebrew
+- Linux: use your package manager
+
+The site will be generated in `target/site`, and can be viewed locally. Updates should
+be pushed to the `asf-staging` branch of [https://github.com/apache/logging-log4net-site]()
\ No newline at end of file