Skip to content

Commit d935f9b

Browse files
committed
Minor: README updated
1 parent d837e80 commit d935f9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -238,24 +238,24 @@ https://github.com/rfc-st/humble/releases
238238
# E.g. (macOs): https://docs.docker.com/desktop/install/mac-install/
239239
# E.g. (Windows): https://docs.docker.com/desktop/install/windows-install/
240240

241-
# Build the image, providing the TAG as the latest Release of 'humble': '1.42' in this example.
241+
# Build the image, providing the TAG as the latest Release of 'humble': '1.46' in this example.
242242
# https://github.com/rfc-st/humble/releases (Windows may require elevated console privileges)
243-
$ docker build -t humble:1.42 .
243+
$ docker build -t humble:1.46 .
244244

245245
# Run the analysis specifying the above TAG, along with the specific options for 'humble':
246246
# '-it', required: allocate a pseudo-TTY and keep the input interactive
247247
# '-rm', required: automatically remove the container and associated anonymous volumes when it exits
248248

249249
# (Linux/macOS)
250250
# E.g. Analyze https://facebook with a brief analysis:
251-
$ docker run -it --rm --name humble humble:1.42 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
251+
$ docker run -it --rm --name humble humble:1.46 /bin/bash -c "python3 humble.py -u https://facebook.com -b"
252252

253253
# (Windows)
254254
# E.g. Analyze https://facebook with a brief analysis:
255-
$ docker run -it --rm --name humble humble:1.42 python3 humble.py -u https://facebook.com -b
255+
$ docker run -it --rm --name humble humble:1.46 python3 humble.py -u https://facebook.com -b
256256

257257
# Removing (and untagging) previous images of 'humble' after upgrading to the latest release.
258-
$ docker rmi humble:1.42
258+
$ docker rmi humble:1.46
259259
```
260260

261261
## Usage

0 commit comments

Comments
 (0)