Skip to content

Commit

Permalink
Merge pull request #36 from mmtk/typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
caizixian authored Dec 2, 2020
2 parents 3821fca + cf44863 commit 92588bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you use the set-up explained in [mmtk-dev-env](https://github.com/mmtk/mmtk-d

```console
# replace nightly-YYYY-MM-DD with the the toolchain version specified in mmtk-dev-env
$ Export RUSTUP_TOOLCHAIN=nightly-YYYY-MM-DD
$ export RUSTUP_TOOLCHAIN=nightly-YYYY-MM-DD
```

You may also need to use ssh-agent to authenticate with github (see [here](https://github.com/rust-lang/cargo/issues/3487) for more info):
Expand Down

0 comments on commit 92588bd

Please sign in to comment.