/acme-assembler-choco

Source code for creating a chocolatey install for the ACME assembler

MIT LicenseMIT

ACME Assembler - Chocolatey Package

This repo contains the choco package artefacts for installing the ACME Assembler on your Windows machine.

It currently uses ACME version 0.96.4.0

Prerequisites

Installing Package

Build the .nupkg:

git clone https://github.com/bberak/acme-assembler-choco.git
cd acme-assembler-choco
choco pack

Intall the .nupkg using choco:

choco install acme-assembler -s "."

You can now run ACME from the commandline:

acme

Uninstalling Package

To remove, simply run:

choco uninstall acme-assembler