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
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Added features:
39
39
When writing this script I could rely on Python's built-in functionality so no extra modules are needed, just Python 3. To run the script first clone this repository.
40
40
41
41
```
42
-
git clone https://github.com/autostatic/rtcqs.git
42
+
git clone https://codeberg.org/rtcqs/rtcqs.git
43
43
```
44
44
45
45
Then cd into the newly created directory.
@@ -83,7 +83,22 @@ You can now run the GUI with `./rtcqs_gui.py`. Next time you'd like to run the G
When running the GUI it will imediately show the results of the checks. All checks have their own tab. Each tab title consists of a symbol that shows the check result and the name of the check. A ✔ means the check was successful while a ✘ means rtcqs encountered an issue. This way you can quickly spot which checks have issues.
89
+
90
+
Clicking 'Cancel' will close rtcqs. Clicking 'About' will bring up a popup window which displays the version and a short description.
0 commit comments