From a87d14d8805e83d2e69534b63c7487ba4867995e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B8rre=20Gaup?= Date: Fri, 4 Oct 2024 10:17:11 +0200 Subject: [PATCH] We all use git these days --- infra/GettingStartedUsingHomebrew.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/infra/GettingStartedUsingHomebrew.md b/infra/GettingStartedUsingHomebrew.md index 217a4fb..616bc8a 100644 --- a/infra/GettingStartedUsingHomebrew.md +++ b/infra/GettingStartedUsingHomebrew.md @@ -17,14 +17,10 @@ Then: -1. `brew install autoconf automake gawk git-lfs icu4c pkg-config python3 saxon subversion pyyaml` +1. `brew install autoconf automake gawk git-lfs icu4c pkg-config python3 saxon subversion pyyaml openssl@3` 1. NB! Note the output from icu4c and gawk installations. Do follow the instructions on how to add them to the path in your shell environment. 1. Restart Terminal (Cmd+Q) -For those working with `git`: - -- `brew install openssl@3` - And to ensure that accented letters are properly handled by git on macOS, run the following (may require a relatively new `git` version, tested with `2.40.0`): ```sh