Skip to content

Commit 07ddd0b

Browse files
author
Marta Paciorkowska
authored
README: Add note about installing libicu-dev
1 parent 91166aa commit 07ddd0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ To install chef-browser, run:
1111
$ bundle install
1212
```
1313

14+
Note: You might have to install icu4c (MacOS) or libicu-dev (Debian/Ubuntu) to successfully install the required charlock_holmes gem.
15+
1416
## Usage
1517

1618
Create a settings.rb file. Provide your server url, client name and the path to the client key. You can add additional connection options, but that's not necessary to run chef-browser properly. A full list of available options can be found in Ridley's [yard documentation](http://rubydoc.info/gems/ridley/Ridley/Client:initialize).
@@ -85,5 +87,5 @@ Chef-browser works with following Ruby versions:
8587
* Make sure you test your new feature.
8688
* Commit your changes together with specs for them: `git commit -am 'Add some feature'`
8789
* Push your changes to your feature branch.
88-
* Submit a pull request to the **develop** repository. Describe your feature in the pull request. Make sure you commit the specs.
90+
* Submit a pull request to the **develop** branch. Describe your feature in the pull request. Make sure you commit the specs.
8991
* A pull request does not necessarily need to represent the final, finished feature. Feel free to treat it as a base for discussion.

0 commit comments

Comments
 (0)