From 4b818dcd48d3fa889cc57f9f43b4bb1d69090af2 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 23 Jan 2024 14:23:42 -0600 Subject: [PATCH 1/2] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d36ee3..47ee59b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Getting Started --------------- Install Steam for Linux client: -1. Download the `steam_latest.deb` package from this [location](http://media.steampowered.com/client/installer/steam.deb). +1. Download the `steam_latest.deb` package from this [location](https://store.steampowered.com/about). 2. Open a graphical file manager (for Ubuntu 12.04, click the folder icon on the Unity Launch bar). 3. Navigate to the directory containing `steam_latest.deb` and double-click it. This launches Ubuntu Software Center and installs the package. 4. If you prefer to install from the command-line, use gdebi. Install the `gdebi-core` package (`apt install gdebi-core`) and then install the Steam for Linux package (`gdebi steam_latest.deb`). From 80d0a709e530e37e7a1a5dcf3b66bc3aed1801b3 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 23 Jan 2024 14:24:49 -0600 Subject: [PATCH 2/2] Add direct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ee59b..aba9b8e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Getting Started --------------- Install Steam for Linux client: -1. Download the `steam_latest.deb` package from this [location](https://store.steampowered.com/about). +1. Download the `steam.deb` package from this [location](https://store.steampowered.com/about) ([direct](https://cdn.akamai.steamstatic.com/client/installer/steam.deb)). 2. Open a graphical file manager (for Ubuntu 12.04, click the folder icon on the Unity Launch bar). 3. Navigate to the directory containing `steam_latest.deb` and double-click it. This launches Ubuntu Software Center and installs the package. 4. If you prefer to install from the command-line, use gdebi. Install the `gdebi-core` package (`apt install gdebi-core`) and then install the Steam for Linux package (`gdebi steam_latest.deb`).