From 016fa97b6ffbf39524e8ee963a5747beb63d85c2 Mon Sep 17 00:00:00 2001 From: Linus De Meyere Date: Thu, 2 Jan 2025 10:34:19 +0100 Subject: [PATCH] Update README.md Small typo in the instructions to remove the .so file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f0356..e7dc14c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ However it is also possible to use another installation of `libicu` if, for some % brew install icu4c % brew link icu4c # Remove any old build of the NIF that may have been linked to the native icucore lib -% rm ./deps/ex_cldr_collation/priv.ucol.so +% rm ./deps/ex_cldr_collation/priv/ucol.so % mix deps.compile ex_cldr_collation ```