Skip to content

Commit 4e77bfd

Browse files
committed
[skip ci] README: Fix non-existent iconv in macOS instruction
Follows-up 22e444c (GH-18670). There is currently no formula called "iconv" at https://brew.sh/ or https://github.com/Homebrew/homebrew-core/. ``` $ brew install iconv Warning: No available formula with the name "iconv". Did you mean icon or cconv? ``` There is one called libiconv, however. https://formulae.brew.sh/formula/libiconv
1 parent 359f442 commit 4e77bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-de
5555
On MacOS, you can install these using `brew`:
5656

5757
```shell
58-
brew install autoconf bison re2c iconv libxml2 sqlite
58+
brew install autoconf bison re2c libiconv libxml2 sqlite
5959
```
6060

6161
or with `MacPorts`:

0 commit comments

Comments
 (0)