mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-03 16:51:46 +01:00
- 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
22 lines
635 B
Markdown
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`
|