From e30b40e5335543ea2c1eba53b990bdc9406d8293 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Fri, 3 May 2024 21:03:21 -0500 Subject: [PATCH] (docs): Added `run the fix` --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 33bfc8f..a865eee 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,20 @@ For Flatpak installs of Steam the file path will be as follows: **I have added the `steam_dev.cfg` file in this repository that you can put in the file path. +# Run the Fix + +Getting the fix on your machine is easy. Running the following command to get the script to execute and place the `steam_dev.cfg` file in the correct location. + +```bash +git clone https://github.com/blakeridgway/linux_steam_download_fix.git +cd linux_steam_download_fix +./steam_download_speed_fix.sh +``` + +**Disclaimer: The select Yes/No is a selection using 1 for yes & 2 for no.** + +*This is being fixed in another iteration. Feel free to open a Pull Request if you see any thing that can be optimized.* + # Visual Proof _Before the `steam_dev.cfg` file is in place_ ![BeforeSteamDevFix](screenshots/before.png)