mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fix: add a missing dot in HACKING_QUICKSTART.md (#30958)
This commit is contained in:
parent
f77554bfa3
commit
be1a0a0b2b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ Both folder are git repositories.
|
||||||
|
|
||||||
To make it so that servo uses `~/my-projects/mozjs/`, first ascertain which version of the crate Servo is using and whether it is a git dependency or one from crates.io.
|
To make it so that servo uses `~/my-projects/mozjs/`, first ascertain which version of the crate Servo is using and whether it is a git dependency or one from crates.io.
|
||||||
|
|
||||||
Both information can be found using, in this example, `/mach cargo pkgid mozjs_sys`(`mozjs_sys` is the actual crate name, which doesn't necessarily match the repo folder name).
|
Both information can be found using, in this example, `./mach cargo pkgid mozjs_sys`(`mozjs_sys` is the actual crate name, which doesn't necessarily match the repo folder name).
|
||||||
|
|
||||||
If the output is in the format `https://github.com/servo/mozjs#mozjs_sys:0.0.0`, you are dealing with a git dependency and you will have to edit the `~/my-projects/servo/Cargo.toml` file and add at the bottom:
|
If the output is in the format `https://github.com/servo/mozjs#mozjs_sys:0.0.0`, you are dealing with a git dependency and you will have to edit the `~/my-projects/servo/Cargo.toml` file and add at the bottom:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue