mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Remove unnecessary spaces in README.md
and add sh
syntax highlighting (#1270)
This commit is contained in:
parent
ffeae1a95a
commit
2487fff44a
1 changed files with 19 additions and 15 deletions
|
@ -68,7 +68,9 @@ of all country codes.)
|
|||
|
||||
* Send a message
|
||||
|
||||
```sh
|
||||
signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT
|
||||
```
|
||||
|
||||
* Pipe the message content from another process.
|
||||
|
||||
|
@ -116,7 +118,9 @@ version installed, you can replace `./gradlew` with `gradle` in the following st
|
|||
|
||||
2d. Compile and run signal-cli:
|
||||
|
||||
```sh
|
||||
./gradlew run --args="--help"
|
||||
```
|
||||
|
||||
### Building a native binary with GraalVM (EXPERIMENTAL)
|
||||
|
||||
|
@ -133,7 +137,7 @@ work in all situations.
|
|||
|
||||
## FAQ and Troubleshooting
|
||||
|
||||
For frequently asked questions and issues have a look at the [wiki](https://github.com/AsamK/signal-cli/wiki/FAQ)
|
||||
For frequently asked questions and issues have a look at the [wiki](https://github.com/AsamK/signal-cli/wiki/FAQ).
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue