From 69d8e316ee8e365da90ab637aa36bd3387acb0fb Mon Sep 17 00:00:00 2001 From: Derrik Petrin Date: Sun, 17 Mar 2024 14:49:55 -0700 Subject: [PATCH] Add macOS gsed dependency note to README (#71) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e86f4290..f6d6bb5a 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ repository is an auto-built version of the handout. The main tools for development are the same as the students' dependencies — Java 17 and Python 3. You will also need a few utilities such as `wget` to build with the provided `Makefile`; MacOS users will need `gtar` and `gcp` provided by the -`coreutils` Homebrew package. +`coreutils` Homebrew package, and `gsed` provided by its own Homebrew package. IntelliJ files are provided and include a code style used by this project. In order to provide IntelliJ with all of the necessary libraries, you must run