Skip to content

Commit

Permalink
freebsd > 9 required note.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed Mar 23, 2018
1 parent 2d4c1ac commit dee5bd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/source/downloads.html.erb
Expand Up @@ -46,6 +46,14 @@ description: |-
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
<% end %>
</ul>
<% if os == "freebsd" %>
<div class="alert alert-info">
Note: At least <code>FreeBSD 10-STABLE</code> is required to run Packer.
If you'd like to run on an earlier version, please
<a href="/docs/install/index.html#compiling-from-source">compile Packer yourself</a>
using the <a href="https://github.com/golang/go/wiki/FreeBSD">correct version of Go</a>.
</div>
<% end %>
<div class="clearfix"></div>
</div>
</div>
Expand Down

0 comments on commit dee5bd3

Please sign in to comment.