Update README.md

main
void 2024-11-06 17:12:39 +00:00
parent 63449b751f
commit 429b6c796c
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
# roblox-terminal-launcher # Roblox Terminal Launcher
# RTL
A simple Terminal-Based Game Launcher. Can be tweaked, i don't really care. A simple Terminal-Based Game Launcher. Can be tweaked, i don't really care.
(LINUX ONLY, READ BELOW FOR OTHER OPERATING SYSTEMS) (LINUX ONLY, READ BELOW FOR OTHER OPERATING SYSTEMS)
On the last line of the `joingame()` function, I used "xdg-open" to open the roblox-player: link. This can be substituted for whatever macOS, Windows, or any other operating system uses.
I believe for windows it is `start` and for macOS it is `open`