You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **NOTE**: If you encounter an error like `Java 1.8+ is required to install this formula` please install a java version higher than 1.8.
39
-
You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
39
+
> You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
40
40
41
41
> **NOTE**: As latency-issues may slow down the CLI under **Mac OS X** please verify that you have the entry ``127.0.0.1 localhost your-pc-name`` specified under ``/etc/hosts``.
42
-
You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
42
+
> You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
43
43
44
44
***
45
45
46
46
## Windows Zip
47
47
48
-
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4-win.zip) and extract it in your preferred location.
48
+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.9.0/mqtt-cli-4.9.0-win.zip) and
49
+
extract it in your preferred location.
49
50
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
50
51
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
51
52
@@ -58,10 +59,9 @@ To quick start the shell simply double-click the `mqtt-cli-shell.cmd` file.
58
59
If you are using a *nix operating system which operates with debian packages you can download the MQTT CLI debian package from the [releases page](https://github.com/hivemq/mqtt-cli/releases) via `wget` or `curl`
59
60
and install the package with `sudo dpkg -i` or `sudo apt install`:
0 commit comments