From 211c6a1768bc103d5a79cf3ad8093e8d7c6d134b Mon Sep 17 00:00:00 2001 From: t Date: Fri, 14 Feb 2025 00:57:59 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1a05b..ad4d097 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ sudo ln -s /opt/SimpleNote/SimpleNote /usr/bin/SimpleNote ## Usage Open a Terminal and run: ```bash -SimpleNote "Example Text" +SimpleNote ``` If u want to dispatch the Window from the Terminal run: ```bash -nohup SimpleNote "Example Text" & +nohup SimpleNote & ```