From c79816813ab3fb9d639f89fa0b775f5a9f4ef22b Mon Sep 17 00:00:00 2001 From: Max Wittal Date: Sat, 8 Feb 2025 23:38:12 +0700 Subject: [PATCH] doc cosmetic --- docs/src/content/docs/guides/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/guides/installation.md b/docs/src/content/docs/guides/installation.md index cfffec83d..453514b35 100644 --- a/docs/src/content/docs/guides/installation.md +++ b/docs/src/content/docs/guides/installation.md @@ -54,8 +54,8 @@ cd mmx-node ./update.sh ``` -To disable QT GUI: `./update.sh -DDISABLE_QT=1` \ -To disable CUDA support: `./update.sh -DDISABLE_CUDA=1` \ +To disable QT GUI: `./update.sh -D DISABLE_QT=1` \ +To disable CUDA support: `./update.sh -D DISABLE_CUDA=1` \ These settings are stored, until the next `./clean_all.sh`, so only needs to be specified once. To enable again, set the config to `0`. To update to latest version: