diff options
author | 2018-08-12 19:20:52 -0500 | |
---|---|---|
committer | 2018-08-12 20:07:35 -0500 | |
commit | 46c68e05ae3b5972206fb384637c96338e338ce6 (patch) | |
tree | 578788eb5883d8bbb0a568bea04b27099912e3ce /README.md | |
parent | replace outdated try!() macro with ? operator (diff) | |
download | cargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.tar.gz cargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.tar.bz2 cargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.zip |
Fix crates.io markdown link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ $ cargo install cargo-ebuild ## Usage You will first need to get the sources to the crate you want to install. -Your best bet is to search for the crate at [crates.io][https://crates.io] +Your best bet is to search for the crate at [crates.io](https://crates.io) and follow the *Repository* link. This should give you the ability to clone the repo. Once you have cloned the repo, change into the directory and ensure that you checkout the tag corresponding to the version you would like |