From 4b4003a7da775f8621a22efd484cf8bba2e36756 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 2 May 2020 15:32:43 +0200 Subject: [PATCH] Fixed README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8aed6..8638ed5 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ on how to create really small Docker images from scratch. ## Manual build If you would like to build it yourself, instead of running the pre-compiled image from Docker Hub, simple type `make`. This will -create a image called *subnetcalc*. If you get a *"is up to date"* message, +create a image called *subnetcalc*. If you get a *is up to date*-message, instead run `make --always-make`. ## Usage Run it (remove jackbenny/ if you would like to run it from your local build) -and enter the subnet mask in slash notation -- but without the slash. +and enter the subnet mask in slash notation – but without the slash. For example enter 24 for a 24-bit subnet mask and the program will output the total number of addresses in the range aswell