From: Ruben ten Hove Date: Tue, 5 Jul 2022 17:49:27 +0000 (-0400) Subject: use local here X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=efcc6cc042ec107f9f018b9b52c95fcfec06bcb0;p=stevenblack-hosts.git use local here --- diff --git a/readme_template.md b/readme_template.md index 1dd10d2a7..a19c1cbd8 100644 --- a/readme_template.md +++ b/readme_template.md @@ -84,10 +84,10 @@ docker build --no-cache . -t stevenblack-hosts Then run your command as such: ```sh -docker run --rm -it ghcr.io/StevenBlack/hosts updateHostsFile.py +docker run --rm -it stevenblack-hosts updateHostsFile.py ``` -> This will create the file, and remove it with the container when done, so not very +> This will create the hosts file, and remove it with the container when done, so not very > useful. Use the following example to automatically update your hosts file in place. #### Linux example