Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in README #10425

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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`).
Expand Down