From 9732e081bc795d1a357309e5e3b644a722962b6d Mon Sep 17 00:00:00 2001 From: Arran Ubels Date: Fri, 21 Jun 2024 11:11:49 +1000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f22046..137b8b3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Restrict a Linux or Mac OS X app to only be able to open one instance at a time. This uses Unix sockets to ensure a single instance. There are other ways of doing this however this was the most "portable." For windows support cosnider adding: windows_single_instance +https://pub.dev/packages/unix_single_instance + ## Installing 1. Add the `async` modifier to your apps `main` function.