Skip to content

Commit

Permalink
README docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
berdav committed Oct 12, 2023
1 parent 30f99a3 commit 68a40f5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (TODO)-->

### 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
Expand Down

0 comments on commit 68a40f5

Please sign in to comment.