-
Notifications
You must be signed in to change notification settings - Fork 303
Description
Content Bug Report
Page(s) Affected
Getting started / installation
https://www.rust-lang.org/learn/get-started
https://www.rust-lang.org/tools/install
What needs to be fixed?
I wanted to look at the instructions for installing on Windows the other day, because i remembered that there were a bunch of extra steps and dependencies. I don't normally use windows, but I was curious about the viability of installing it on a customer workstation for a quick task.
So I went to the website, but I couldn't even see the Windows install instructions unless I changed my user-agent string to pretend to be on Windows. And even then, all I was told was "get rustup-init.exe and follow the on-screen instructions".
I just want to review those instructions!
Following through a series of "learn more" type links led me on a path through these pages, neither of which contained the information needed.
- https://www.rust-lang.org/tools/install
- https://forge.rust-lang.org/other-installation-methods.html
I'm sure this used to be visible previously.
Edit: it's in the install page, but hidden for non-windows users, with no noticable way of exposing it.
Suggested Improvement
Provide users a way to view instructions for platforms other than what's auto-detected, maybe via an expanding section or tabbed panel (have the detection pick the relevant tab, rather than completely hide other content). Or just don't hide this paragraph for anyone.
Provide detail about platform steps and additional dependencies in the online installation instructions, rather than (only) in the installation tool.