aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-07-08 10:54:01 +0200
committerGitHub <noreply@github.com>2024-07-08 08:54:01 +0000
commit099b5607b95bfc53ead51caee554175f2593f1d2 (patch)
tree1fbab412ba2930cf9e05861756657b66e035f051 /README.md
parent24639bb540b3a83febea9d2dab0ea9e28a989422 (diff)
downloadservo-099b5607b95bfc53ead51caee554175f2593f1d2.tar.gz
servo-099b5607b95bfc53ead51caee554175f2593f1d2.zip
readme: Clarify that `rust` and `cargo` must be in your path after rustup runs (#32722)
Fixes #32670.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c7127cbe76..2a83ac60333 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,15 @@ manually, try the [manual build setup][manual-build].
- Ensure that the version showed by `python --version` is >= 3.10:
- Install [Xcode](https://developer.apple.com/xcode/)
- Install [Homebrew](https://brew.sh/)
-- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
+- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`. Ensure that `rust`
+ and `cargo` are available commands &mdash; you may need to restart your shell.
- Run `./mach bootstrap`<br/>
*Note: This will install the recommended version of GStreamer globally on your system.*
### Linux
-- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
+- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`. Ensure that `rust`
+ and `cargo` are available commands &mdash; you may need to restart your shell.
- Install Python (version >= 3.10):
- **Debian-like:** Run `sudo apt install python3-pip python3-venv`
- **Fedora:** Run `sudo dnf install python3 python3-pip python3-devel`