diff --git a/i/nix/osx.command b/i/nix/osx.command new file mode 100644 index 0000000..a14a053 --- /dev/null +++ b/i/nix/osx.command @@ -0,0 +1,5 @@ +#Double click in Finder to run, or right click and select open in Terminal + +/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # installs brew, if already installed does nothing +brew install coreutils # installs needed coreutils with brew +bash <(curl -fsSL cheddar.vihan.org/i/nix/cheddar) # fetches and runs build/install script diff --git a/index.html b/index.html index 69713b5..0728c6b 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,11 @@

Windows

Mac OS

Ensure brew is installed

brew install coreutils
-bash <(curl -fsSL cheddar.vihan.org/i/nix/cheddar)

+bash <(curl -fsSL cheddar.vihan.org/i/nix/cheddar) +

+ Or download and run this file to install Cheddar.
Right click and select open to run.
+

+

  • Linux