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
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 &
```