Remove unnecessary spaces in README.md and add sh syntax highlighting

This commit is contained in:
Benjamin Loison 2023-07-04 20:37:55 +00:00
parent ffeae1a95a
commit 751e4b8fcf

View file

@ -68,7 +68,9 @@ of all country codes.)
* Send a message * Send a message
```sh
signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT
```
* Pipe the message content from another process. * 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: 2d. Compile and run signal-cli:
```sh
./gradlew run --args="--help" ./gradlew run --args="--help"
```
### Building a native binary with GraalVM (EXPERIMENTAL) ### Building a native binary with GraalVM (EXPERIMENTAL)
@ -133,7 +137,7 @@ work in all situations.
## FAQ and Troubleshooting ## 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 ## License