-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from platformsh/akalipetis/hotfix-readme-signing
Add notice about signing issues on macOS
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ You can find all available packages in the [latest release](https://github.com/p | |
|
||
The binaries are included in each release, so installing the binary should be easy for all macOS, Linux and Windows systems. | ||
|
||
_For macOS systems, you need to make sure that the following dependencies exist in your system: `libssl` and `libonig`. You can install them with the following command._ | ||
_For macOS systems, it's better to install the CLI using HomeBrew, as you might end up with signing issues otherwise. Also, you need to make sure that the following dependencies exist in your system: `libssl` and `libonig`. You can install them with the following command._ | ||
|
||
```console | ||
brew install oniguruma [email protected] | ||
|