From 46f3555b86417e718224a68989acfb3d48199b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 7 Oct 2022 23:18:36 +0300 Subject: [PATCH] docs: Update README.md about Docker image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d3f568..9d018e9 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,12 @@ Run the container: docker run -it --rm -v "$(pwd)/Cargo.toml":/app/Cargo.toml cargo-sort ``` +Image is also available on [Docker Hub](https://hub.docker.com/r/devinr528/cargo-sort): + +```sh +docker run -it --rm -v "$(pwd)/Cargo.toml":/app/Cargo.toml devinr528/cargo-sort:latest +``` + # Examples ```toml [dependencies]