From 51f6266d0a4012d98faed9df3fe8694e6fead24b Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:53:25 +0200 Subject: [PATCH] Update _index.en.md --- content/dev/build/linux/_index.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/dev/build/linux/_index.en.md b/content/dev/build/linux/_index.en.md index 2e936cd..0e2f488 100644 --- a/content/dev/build/linux/_index.en.md +++ b/content/dev/build/linux/_index.en.md @@ -17,10 +17,10 @@ Desktop versions use [Sciter](https://sciter.com/) for GUI, please download Scit - Install [vcpkg](https://github.com/microsoft/vcpkg), and set `VCPKG_ROOT` env variable correctly - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static - - Linux/macOS: vcpkg install libvpx libyuv opus aom + - Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static` + - Linux/macOS: `vcpkg install libvpx libyuv opus aom` -- run `cargo run` +- Run `cargo run` ## How to build on Linux @@ -82,4 +82,4 @@ VCPKG_ROOT=$HOME/vcpkg cargo run ### Change Wayland to X11 (Xorg) -RustDesk does not support Wayland. Check [this](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/) to configuring Xorg as the default GNOME session. +RustDesk does not support Wayland. Check this [guide](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/) to configuring Xorg as the default GNOME session.