freebsd > 9 required note.
This commit is contained in:
parent
2d4c1acc67
commit
dee5bd3b2e
|
@ -46,6 +46,14 @@ description: |-
|
||||||
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
|
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</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 class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue