From 57c79458474c353d37c76fa2ae60bbb9e5aa4f4d Mon Sep 17 00:00:00 2001 From: loki-47-6F-64 Date: Sun, 26 Sep 2021 00:18:49 +0200 Subject: [PATCH] Fix typo in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48d0ebaf..e9532d00 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,6 @@ This is for wlroots based compositores, such as Sway ``` sudo apt install libwayland-dev ``` -#### Warning: -You might require ffmpeg version >= 4.3. Check the troubleshooting section for more information. - -### Compilation: #### Cuda + NvFBC This requires proprietary software @@ -49,6 +45,9 @@ This requires proprietary software sudo apt install nvidia-cuda-dev nvidia-cuda-toolkit ``` +#### Warning: +You might require ffmpeg version >= 4.3. Check the troubleshooting section for more information. + ### Compilation: - `git clone https://github.com/loki-47-6F-64/sunshine.git --recurse-submodules` - `cd sunshine && mkdir build && cd build`