From ff67f950c00820c3056f292d726ea11515ca1676 Mon Sep 17 00:00:00 2001 From: nolze Date: Thu, 21 Dec 2023 02:20:16 +0900 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 280533f..517692c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CD](https://github.com/nolze/tiny-wifi-analyzer/workflows/CD/badge.svg)](https://github.com/nolze/tiny-wifi-analyzer/actions?query=workflow%3ACD) -A ***tiny*** Wi-Fi channels & strengths analyzer for macOS. +Simple, open-source Wi-Fi channel and strength analyzer for macOS. Made with PyObjC, pywebview, ApexCharts, PyInstaller. ![screenshot](assets/screenshot.png) @@ -13,7 +13,17 @@ Made with PyObjC, pywebview, ApexCharts, PyInstaller. ## Download -* [Visit the latest release](https://github.com/nolze/tiny-wifi-analyzer/releases/latest/) +[Visit the latest release](https://github.com/nolze/tiny-wifi-analyzer/releases/latest/) + +### Important note + +Since the app is not signed, you need to follow the steps below to run it. + +(1) **right-click on the icon**,\ +(2) select "Open" from the context menu,\ +(3) and select "OK" in the dialog. + + ## Todos