azukiapp/azk

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

Summary

Maintainability
Test Coverage
# Installation

Installing `azk` is really simple and it has packages available for both [Linux](linux.md) and [Mac OS X](mac_os_x.md).

The installation process will add the `azk` command to your system path, making it available in your terminal application.

- [Mac OS X](mac_os_x.md)
- [Linux](linux.md)
- [Source code](source-code.md)
- [Upgrading](upgrading.md)

## azk express installation

The easiest way to install `azk` is to use the script below. It will identify your operating system, and if it is compatible perform all installation tasks.

!INCLUDE "express.md"

## Mininum requirements

* 64-bit architecture machine
* Mac OS X or Linux (Windows: planned)
* bash (command-line tool available on virtually all unix systems)
* Internet connection (only needed while downloading [images](../images/README.md))

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