diff --git a/docs/installation_handson/index.html b/docs/installation_handson/index.html
index e2ec457..5aae67f 100644
--- a/docs/installation_handson/index.html
+++ b/docs/installation_handson/index.html
@@ -222,7 +222,7 @@
```bash
-cmake -G Ninja -B build \
+cmake -B build \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DSSLAUTHENTICATION=ON \
@@ -236,6 +236,7 @@
- `SSLAUTHENTICATION` builds UDA with SSL support
- `CLIENT_ONLY` specifies whether to only build client libraries
- `ENABLE_CAPNP` builds UDA with Cap'n'Proto support
+- `CMAKE_INSTALL_PREFIX` specifies where to install UDA (defaults to `/usr/local`)