aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinny <winston@ml1.net>2018-08-12 19:20:52 -0500
committerDoug Goldstein <cardoe@cardoe.com>2018-08-12 20:07:35 -0500
commit46c68e05ae3b5972206fb384637c96338e338ce6 (patch)
tree578788eb5883d8bbb0a568bea04b27099912e3ce
parentreplace outdated try!() macro with ? operator (diff)
downloadcargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.tar.gz
cargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.tar.bz2
cargo-ebuild-46c68e05ae3b5972206fb384637c96338e338ce6.zip
Fix crates.io markdown link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a410ea7..8e6b775 100644
--- a/README.md
+++ b/README.md
@@ -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