From 2b545623c8d2751aa76ad5de0ebefcadd9b13904 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 6 Jul 2024 07:52:09 -0400 Subject: Remove build and include gitignore --- build/macos/index.html | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 build/macos/index.html (limited to 'build/macos') diff --git a/build/macos/index.html b/build/macos/index.html deleted file mode 100644 index 4220e28..0000000 --- a/build/macos/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - Running `barf` on MacOS - - - - - - - -
-

Running barf on MacOS

-

2023-01-18

-

The barf project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux/GNU tools, but that doesn’t mean MacOS needs to be left out in the cold.

-

Download Packages

-

This walkthrough assumes that you already have homebrew installed on your machine.

-

You will need to install the GNU versions of both date and sed in order to avoid breaking things when barf tries to build.

-
brew install coreutils
-brew install gnu-sed
-
-

Now everything should work as intended!

- \ No newline at end of file -- cgit v1.2.3-54-g00ecf