Skip to content

Commit

Permalink
Merge pull request #50 from jaanli/fix-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
filipre authored May 29, 2024
2 parents 063a09d + 85f3732 commit 9ab791e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please check out https://github.com/bbernhard/signal-cli-rest-api#getting-starte
1. Run signal-cli-rest-api in `normal` mode first.
```bash
docker run -p 8080:8080 \
-v $(PWD)/signal-cli-config:/home/.local/share/signal-cli \
-v $(pwd)/signal-cli-config:/home/.local/share/signal-cli \
-e 'MODE=normal' bbernhard/signal-cli-rest-api:0.57
```

Expand All @@ -43,7 +43,7 @@ docker run -p 8080:8080 \
4. Restart the server in `json-rpc` mode.
```bash
docker run -p 8080:8080 \
-v $(PWD)/signal-cli-config:/home/.local/share/signal-cli \
-v $(pwd)/signal-cli-config:/home/.local/share/signal-cli \
-e 'MODE=json-rpc' bbernhard/signal-cli-rest-api:0.57
```

Expand Down

0 comments on commit 9ab791e

Please sign in to comment.