Skip to content

Commit

Permalink
Remove VERSION from manifest readme docs.
Browse files Browse the repository at this point in the history
The version was removed in #77145
  • Loading branch information
ehuss committed Jan 17, 2022
1 parent 3c0fb7f commit 52fdd2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/build-manifest/README.md
Expand Up @@ -20,8 +20,7 @@ Then, you can generate the manifest and all the packages from `path/to/dist` to
`path/to/output` with:

```
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com \
CHANNEL VERSION
$ cargo +nightly run path/to/dist path/to/output 1970-01-01 http://example.com CHANNEL
```

Remember to replace `CHANNEL` with the channel you produced dist artifacts of
Expand Down

0 comments on commit 52fdd2d

Please sign in to comment.