Created
July 8, 2016 17:10
-
-
Save ramitsurana/6421a4bfb3425a6c018bff85ffcae0d3 to your computer and use it in GitHub Desktop.
Steps to setup aci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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