diff --git a/Ryujinx-Setup-&-Configuration-Guide.md b/Ryujinx-Setup-&-Configuration-Guide.md
index 85148a2..76d7c9c 100644
--- a/Ryujinx-Setup-&-Configuration-Guide.md
+++ b/Ryujinx-Setup-&-Configuration-Guide.md
@@ -80,7 +80,8 @@ In order to use *Ryujinx* your computer will need:
Dependencies
============
**Windows**
-- The only requirement is to be running **Windows 10 RS4 (Redstone 4, version 1803) or newer**.
+- **Windows 10 RS4 (Redstone 4, version 1803) or newer** is required.
+- Graphics drivers must be up to date. On laptops with 2 different graphics cards, both iGPU and dGPU drivers must be updated.
**Linux**
copy the command into your terminal emulator of choice and execute it
@@ -97,8 +98,7 @@ copy the command into your terminal emulator of choice and execute it
- `brew install gtk+3 sdl2`
(*NOTE:* if you don't have brew, open your terminal, and execute the command bellow to install it
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
-After that you should be able to use the brew command to install the needed dependencies)
-
+After that you should be able to use the brew command to install the needed dependencies.
Initial Setup - Placement of prod.keys
======================================