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
In case you are wondering, for Windows, you don't need to install groff like Mac users. Groff is not available natively on Windows anyway but thanks to the project [EZWinPorts](https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/EZWinPorts.html), I have added the groff binary built for Windows to the Windows build.
52
+
In case you are wondering, for Windows, you don't need to install `groff` like Mac users. Groff is not available natively on Windows anyway but thanks to the project [EZWinPorts](https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/EZWinPorts.html), I have added the groff binary built for Windows to the Windows build.
53
53
54
54
## User Installation - Linux
55
55
* Install `groff` with your package manager.
56
+
**Note on Debian or Ubuntu, even with `groff` already installed, you may likely need to run `sudo apt install groff` again as the pre-installed version is unable to convert to HTML documents, resulting in empty man HTML pages being displayed**
56
57
* Download and decompress the app from [release](https://github.com/johnwangwyx/cmdCompass/releases/tag/v1.0.0). You can just right-click and run the `cmdCompass` executable with `GNOME` or run with `./cmdCompass` in terminal.
57
58
59
+
Below distros are tested:
60
+
-[x] Ubuntu 24.04 with GNOME
61
+
-[x] Debian 12.5.0 with GNOME
62
+
-[x] CentOS-Stream-9 with GNOME
63
+
58
64
## User Guide
59
65
### GUI breakdown
60
66
Below is a breakdown of the different components and their use cases:
0 commit comments