From 75e7ee27a6f3f3825ef405bb5717b75bb352c04d Mon Sep 17 00:00:00 2001
From: EasterlyIrk
Date: Tue, 5 Jul 2016 10:11:52 -0700
Subject: [PATCH 1/3] Create osx.command
---
i/nix/osx.command | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 i/nix/osx.command
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
From 168e71abe84ebf4ccfb13dc39face0a7784245a8 Mon Sep 17 00:00:00 2001
From: EasterlyIrk
Date: Tue, 5 Jul 2016 10:22:29 -0700
Subject: [PATCH 2/3] Update index.html
---
index.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 69713b5..30d2285 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
+
+
Linux
From bf78a8238161babb212fa514310750f95e5a0a7b Mon Sep 17 00:00:00 2001
From: EasterlyIrk
Date: Tue, 5 Jul 2016 10:31:03 -0700
Subject: [PATCH 3/3] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 30d2285..0728c6b 100644
--- a/index.html
+++ b/index.html
@@ -153,7 +153,7 @@ Mac OS
brew install coreutils
bash <(curl -fsSL cheddar.vihan.org/i/nix/cheddar)
- Or download and run this file to install Cheddar
+ Or download and run this file to install Cheddar. Right click and select open to run.