From e9905d6d399c66acb663fc42b196d7f4d84570c1 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 3 Jan 2024 10:21:27 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f00ad92..7c5e062 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # utility-get-lan-ip -Intended use case is anywhere you need an unambigious reference to your current LAN IPv4 whether this is another script or just to make sure. +Intended use case is anywhere you need an unambigious reference to your current LAN IPv4 whether this is another script or just to make sure. + +Add a file to your `~/.local/bin` folder, name it `check-network`, make it executable + + mkdir -p ~/.local/bin + touch ~/.local/bin/check-lan + chmod +x ~/.local/bin/check-lan + +Edit the file and paste below content - be aware that the ttf_icons() does not display correct. + +The font used is the package `ttf-font-icons` available in the repo. +