mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 07:04:21 +01:00
Remove unnecessary spaces in README.md and add sh syntax highlighting (#1270)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user