README.md aktualisiert

This commit is contained in:
t
2025-02-14 00:57:59 +01:00
parent e5d6bc44a9
commit 211c6a1768
+2 -2
View File
@@ -14,10 +14,10 @@ sudo ln -s /opt/SimpleNote/SimpleNote /usr/bin/SimpleNote
## Usage ## Usage
Open a Terminal and run: Open a Terminal and run:
```bash ```bash
SimpleNote "Example Text" SimpleNote
``` ```
If u want to dispatch the Window from the Terminal run: If u want to dispatch the Window from the Terminal run:
```bash ```bash
nohup SimpleNote "Example Text" & nohup SimpleNote &
``` ```