From ff6d05643a63e1a5dde42ede0007d9732a6d95e9 Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 19 Jan 2024 19:41:56 +0800 Subject: [PATCH] docs: update README.md --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1847751..47d7340 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,13 @@ # dockertags +[![crates.io](https://img.shields.io/crates/v/dockertags.svg)](https://crates.io/crates/dockertags) +[![LICENSE](https://img.shields.io/crates/l/dockertags.svg)](LICENSE) + List all tags for a Docker image on a remote registry. -## Usage +## License -Build and install binaries into `/${CARGO_HOME}/bin` by default. +All the code in this repository is released under the ***Massachusetts Institute of Technology***, for more information take a +look at the [LICENSE] file. -``` -cargo install --path . --locked -``` - -> Cargo install ignores Cargo.lock by default. -> Use `--locked` to match `cargo build --release` would build. - -Change the location by `--root` option. - -``` -cargo install --path . --locked --root /usr/local -``` \ No newline at end of file +[LICENSE]: https://code.simaek.com/xueye/docker-tags/src/branch/main/LICENSE