From 68a40f5113e79ce47106dd9c21f10a8098e0a370 Mon Sep 17 00:00:00 2001 From: Davide Berardi Date: Thu, 12 Oct 2023 10:39:34 +0200 Subject: [PATCH] README docker pull --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51da6e2..51bfc7f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,23 @@ to decompile them but it requires a specific version of .NET. With this Docker image you can easily run ilspycmd just installing it from Docker ## Usage - + +### Pull the image from the docker hub +This image is pushed to the official docker hub. + +You can install it using +```bash +sudo docker pull berdav/ilspycmd +``` + +Or directly run it using +```bash +sudo docker run -v .:/docker --rm -ti berdav/ilspycmd +``` ### Build the image +Alternatively you can build the image from this repository + To build the image simply use the provided script: ```bash sudo ./setup.sh