Skip to content

Instantly share code, notes, and snippets.

@ramitsurana
Created July 8, 2016 17:10
Show Gist options
  • Save ramitsurana/6421a4bfb3425a6c018bff85ffcae0d3 to your computer and use it in GitHub Desktop.
Save ramitsurana/6421a4bfb3425a6c018bff85ffcae0d3 to your computer and use it in GitHub Desktop.
Steps to setup aci
# Installation steps for using aci
# Download the tar file
wget https://github.com/appc/acbuild/releases/download/v0.3.1/acbuild-v0.3.1.tar.gz
# Untar the file
tar xvf acbuild-v0.3.1.tar.gz
alias acbuild="sudo '${PWD}/acbuild-v0.3.1/acbuild'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment