mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-20 03:08:53 +02:00
Announce boxes choco package
This commit is contained in:
20
_posts/2019-04-05-chocolatey-package-for-windows.md
Normal file
20
_posts/2019-04-05-chocolatey-package-for-windows.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
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`
|
||||||
@@ -13,17 +13,23 @@ The current release is **version {{ site.currentVersion }}**. For older revision
|
|||||||
|
|
||||||
*boxes* binaries are available on multiple platforms:
|
*boxes* binaries are available on multiple platforms:
|
||||||
|
|
||||||
**Windows**\\
|
**Windows**
|
||||||
[ZIP File with binary](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{ site.currentVersion }}-intel-win32.zip),
|
|
||||||
just extract and put it somewhere on the PATH.
|
|
||||||
|
|
||||||
**MacOS X**\\
|
- Option 1 - Using [Chocolatey](https://chocolatey.org/): Just type `choco install boxes.portable`
|
||||||
Just type `brew install boxes`.\\
|
- Option 2 - Install from ZIP:
|
||||||
This works for both 32bit and 64bit MacOS.
|
[Download ZIP](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{
|
||||||
|
site.currentVersion }}-intel-win32.zip), extract and put it somewhere on the PATH. Make sure to put boxes.exe and
|
||||||
|
boxes.cfg in the same directory.
|
||||||
|
|
||||||
**Linux**\\
|
**MacOS X**
|
||||||
Just type `apt-get install boxes`.\\
|
|
||||||
This works for Debian and debian-based Linuxes, such as Ubuntu, including the Windows 10 Ubuntu Subsystem.
|
- Just type `brew install boxes`.\\
|
||||||
|
This works for both 32bit and 64bit MacOS.
|
||||||
|
|
||||||
|
**Linux**
|
||||||
|
|
||||||
|
- Just type `apt-get install boxes`.\\
|
||||||
|
This works for Debian and debian-based Linuxes, such as Ubuntu, including the Windows 10 Ubuntu Subsystem.
|
||||||
|
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|||||||
Reference in New Issue
Block a user