boxes/_posts/2019-04-05-chocolatey-package-for-windows.md

21 lines
700 B
Markdown
Raw Normal View History

2019-04-05 16:38:50 +02:00
---
layout: post
title: "boxes available via 'choco install' on Windows"
date: 2019-04-05 16:15:00 +0200
comments: false
---
*Boxes* is now available as a chocolatey package. [Chocolatey](https://chocolatey.org/) (or just "choco") is the
popular package manager on Windows. If you have choco, you can now simply
<pre style="background-color: white;"><code>C:\> choco install boxes.portable</code></pre>
and *boxes* will be available on your system.<!--break-->
The choco package is maintained by us, and you'll get the updates, too.
Did you know that you can also install *boxes* using package managers on other platforms?
- **MacOS:** `brew install boxes`
- **Linux:** `apt-get install boxes`