diff options
author | Florian-Schoenherr <florian.schoenherr99@gmail.com> | 2021-08-21 12:41:42 +0200 |
---|---|---|
committer | Florian-Schoenherr <florian.schoenherr99@gmail.com> | 2021-08-21 12:41:42 +0200 |
commit | ee433e53cad8468d33f3d0111e749bfebee56de8 (patch) | |
tree | de0967badcf3726d5844d9734535e0ce61b5f0fd /README.md | |
parent | 1bdaeccdf667ff092230d1b51cf1fcc953380668 (diff) | |
download | servo-ee433e53cad8468d33f3d0111e749bfebee56de8.tar.gz servo-ee433e53cad8468d33f3d0111e749bfebee56de8.zip |
docs: fix typo and link
Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 44ed59a3eef..96615f261bb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none ``` See also [Other installation methods]( -https://github.com/rust-lang-nursery/rustup.rs/#other-installation-methods) +https://rust-lang.github.io/rustup/installation/other.html) ### Other dependencies @@ -197,7 +197,7 @@ The `/m` will set it system-wide for all future command windows. 2. Install virtualenv. - In a normal Windows Shell (cmd.exe or "Command Prompt" from the start menu), do: + In a normal Windows Shell (cmd), do: ``` pip install virtualenv ``` @@ -208,7 +208,7 @@ pip install virtualenv - [gstreamer-1.0-msvc-x86_64-1.16.0.msi](https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/gstreamer-1.0-msvc-x86_64-1.16.0.msi) - [gstreamer-1.0-devel-msvc-x86_64-1.16.0.msi](https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/gstreamer-1.0-devel-msvc-x86_64-1.16.0.msi) -Note that the MinGW binaries will not work, so make sure that you install the MSVC the ones. +Note that the MinGW binaries will not work, so make sure that you install the MSVC ones. Note that you should ensure that _all_ components are installed from gstreamer, as we require many of the optional libraries that are not installed by default. |