Remove unnecessary spaces in README.md and add sh syntax highlighting (#1270)

This commit is contained in:
Benjamin Loison 2023-07-05 08:13:21 +00:00 committed by GitHub
parent ffeae1a95a
commit 2487fff44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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