mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
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:
@@ -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
|
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
|
```bash
|
||||||
$ mkdir $HOME/.local/share/signal-api
|
$ mkdir -p $HOME/.local/share/signal-api
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user