azukiapp/azk

View on GitHub
docs/content/en/installation/mac_os_x.md

Summary

Maintainability
Test Coverage
# Mac OS X

!INCLUDE "warning.md"

## Requirements

* [VirtualBox][virtualbox_dl], version 4.3.6+ (VMware: planned)

## Installing VirtualBox

The VirtualBox installation can be done by accessing the [page] [virtualbox_dl] and following the installation instructions. However, if you are using [Homebrew Cask][homebrew_cask], it's even easier! Just open the terminal and type:

```sh
$ brew cask install virtualbox --appdir=/Applications
```

## Installing azk

After installing VirtualBox open the terminal and type:

```bash
$ brew install azukiapp/azk/azk
```

!INCLUDE "../getting-started/banner.md"
!INCLUDE "../../links.md"