boxes/_posts/2019-04-05-chocolatey-package-for-windows.md
Thomas Jensen c049484e4c
Update website design
- Updated frameworks for better browser support
- Improved responsive design
- Versioned documentation
- Better social media support via the Jekyll SEO plugin
- New looks, fwiw
- Start page has some more relevant info
- Documentation sorted to be more easily accessible
- Internally upgraded from plain CSS to SASS
2021-05-26 21:13:21 +02:00

22 lines
635 B
Markdown

---
layout: post
title: "boxes available via 'choco install' on Windows"
date: 2019-04-05 16:15:00 +0200
---
*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
```
C:\> choco install boxes.portable
```
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`