Fix typos

Anthony Wang 2022-05-16 16:07:47 -05:00
parent d0e2f95b9c
commit 23034f8d22

@ -6,7 +6,7 @@ Fortunately, you can use any other RDP (remote desktop protocol) clients to acce
FreeRDP is a free and open source RDP client (hence the name). It usually provides the best experience and performance, and we highly recommend it if you use Windows or Linux and are comfortable with the command line. Linux users should install it from their distro's package manager (for instance `sudo apt install freerdp` for Ubuntu or Debian based distros). FreeRDP provides [downloads](https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds) for Windows. If you want to try FreeRDP on macOS, it can be installed using Homebrew or MacPorts.
Once you have it installed, run FreeRDP from a terminal with `xfreerdp -v exozy.me --dynamic-resolution --sound --mic --rfx`. These flags respectively specify exozyme's URL, resizing the deskop upon a window resize, enabling sound and microphone integration, and using RemoteFX to boost performance. You can also add `-u guest -p password` to the command to specify your exozyme username and password so you don't need to type it into the login window.
Once you have it installed, run FreeRDP from a terminal with `xfreerdp -v exozy.me --dynamic-resolution --sound --mic --rfx`. These flags respectively specify exozyme's URL, resizing the deskop upon a window resize, enabling sound and microphone integration, and using RemoteFX to boost performance. You can also add `-u username -p password` to the command to specify your exozyme username and password so you don't need to type it into the login window. (But remember that this saves your credentials to your shell history!)
## Microsoft clients