Skip to content

Commit

Permalink
doc cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 8, 2025
1 parent b62bfb4 commit c798168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c798168

Please sign in to comment.