]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/build-manifest/README.md
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
[rust.git] / src / tools / build-manifest / README.md
index 26e96c9fd8fdaf56d035dc6c3816af25b569b858..b77c5a907c11893444d58290456046edb4173d6f 100644 (file)
@@ -21,8 +21,8 @@ Then, you can generate the manifest and all the packages from `path/to/dist` to
 
 ```
 $ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com \
-    CHANNEL path/to/rust/repo
+    CHANNEL VERSION
 ```
 
 Remember to replace `CHANNEL` with the channel you produced dist artifacts of
-and `path/to/rust/repo` with the path to your checkout of the Rust repository.
+and `VERSION` with the current Rust version.