Fix README.md

Fix:

without this flag, get this error:

```
~$ mkdir $HOME/.local/share/signal-api
mkdir: cannot create directory ‘/home/ubuntu/.local/share/signal-api’: No such file or directory
```
This commit is contained in:
Jaan Lı 李 PhD
2024-05-12 13:52:03 -04:00
committed by GitHub
parent 70763ae9d9
commit 1032a08162

View File

@@ -22,7 +22,7 @@ and [many more](https://bbernhard.github.io/signal-cli-rest-api/)
This allows you to update `signal-cli-rest-api` by just deleting and recreating the container without the need to re-register your signal number
```bash
$ mkdir $HOME/.local/share/signal-api
$ mkdir -p $HOME/.local/share/signal-api
```