Skip to content

Commit

Permalink
doc work
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 1, 2025
1 parent c63e2b0 commit b7fd58f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/src/content/docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ i18nReady: true
---

## GUI
The native GUI can be opened by searching for `MMX Node`.
The native GUI can be opened by searching for `MMX Node` (when installed via binary package).

In case of compiling from source:
```
./run_node.sh --gui
./run_wallet.sh --gui
./run_node.sh --gui # includes wallet and farmer
./run_wallet.sh --gui # remote wallet (connect to another node)
```

### WebGUI
The WebGUI is available at: http://localhost:11380/gui/

See `$MMX_HOME/PASSWD` or `mmx-node/PASSWD` for the login password, it is auto generated at compile time.
Expand Down
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 @@ -7,8 +7,8 @@ description: How to install MMX Node.

Windows installers are available here: https://github.com/madMAx43v3r/mmx-node/releases

You will need to install and update "Microsoft Visual C++ Redistributable for Visual Studio 2022" to the latest:\
Scroll down to "Other tools and redistributables" here: https://visualstudio.microsoft.com/downloads/
You might need to install or update "Microsoft Visual C++ Redistributable for Visual Studio 2022" to the latest:\
Scroll down to "Other Tools" here: https://visualstudio.microsoft.com/downloads/

## Linux

Expand Down

0 comments on commit b7fd58f

Please sign in to comment.