Skip to content

Commit

Permalink
Merge pull request #151 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README: Add whitespace to format Markdown
  • Loading branch information
brianmario committed Dec 12, 2020
2 parents 8cb939d + 0b83370 commit 3f4f57c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -92,9 +92,11 @@ Using Gem to install directly without Bundler:
If you get a compile time error that looks like `error: delegating constructors are permitted only in C++11` or something else related to C++11, you need to set the `--with-cxxflags=-std=c++11` options

Bundler:

bundle config build.charlock_holmes --with-icu-dir=/path/to/installed/icu4c --with-cxxflags=-std=c++11

Installing directly:

gem install charlock_holmes -- --with-icu-dir=/path/to/installed/icu4c --with-cxxflags=-std=c++11

### Homebrew
Expand Down

0 comments on commit 3f4f57c

Please sign in to comment.