Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions i/nix/osx.command
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ <h3>Windows</h3>
<h3>Mac OS</h3>
<p>Ensure <a href="http://brew.sh">brew</a> is installed
<pre><code class="sh def">brew install coreutils
bash &lt;(curl -fsSL cheddar.vihan.org/i/nix/cheddar)</code></pre></p>
bash &lt;(curl -fsSL cheddar.vihan.org/i/nix/cheddar)</code></pre>
<p style="font-size:12px;">
<a href="/i/nix/osx.command">Or download and run this file to install Cheddar. </br>Right click and select open to run.</a>
</p>
</p>
</li>
<li class="icon fa-linux">
<h3>Linux</h3>
Expand Down