Skip to content

Commit

Permalink
docs: Fix a typo in README and Contributing (#4264)
Browse files Browse the repository at this point in the history
danpls authored Jun 19, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cf1f0cf commit 5ac191d
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ You can alternatively use `cargo` directly, but to do so you'll have to manually
For example:
```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
cargo +nightly build ...
# And/or inline if you prefer, or need to override value(s)
CFG_RELEASE_CHANNEL=nightly CFG_RELEASE=1.45.0-nightly cargo +nightly build ...
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ Alternatively, you can run `cargo install` directly as long as you set the requi

```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
cargo install --path . --force --locked --features rustfmt,cargo-fmt
```
(Windows users can use `set` to specify the environment variable values)
@@ -164,7 +164,7 @@ You can alternatively use `cargo` directly, but you'll have to set the `CFG_RELE
For example:
```sh
export CFG_RELEASE=1.45.0-nightly
export CFG_RELEASE=nightly
export CFG_RELEASE_CHANNEL=nightly
```
(Windows users can use `set` to specify the environment variable values)

0 comments on commit 5ac191d

Please sign in to comment.