Skip to content

Commit

Permalink
Workaround for apple compiler issue
Browse files Browse the repository at this point in the history
- See boxen/our-boxen#528 for more info
  • Loading branch information
Andrew Warner committed May 7, 2014
1 parent 512cbe8 commit 8d1f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="stamp"><%= view.user_org.html_safe %></div>
<% end %>
<h1>Welcome to Boxen</h1>
<textarea class="code" spellcheck="false" onclick="this.focus();this.select();">curl -s <%= view.script_url %> &gt; /tmp/install-boxen; bash /tmp/install-boxen</textarea>
<textarea class="code" spellcheck="false" onclick="this.focus();this.select();">curl -s <%= view.script_url %> &gt; /tmp/install-boxen; ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bash /tmp/install-boxen</textarea>
<h2>Run this command in your terminal to install Boxen on your machine.</h2>
<h3>Go ahead. <a href="<%= view.script_path %>">Take a peek</a>.</h3>
</div>
Expand Down

0 comments on commit 8d1f589

Please sign in to comment.