Last active
September 6, 2015 16:08
-
-
Save satreix/fc28da6cc563f2e1b277 to your computer and use it in GitHub Desktop.
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
MONO=mono | |
fact_package="fact.ff" | |
git clone [email protected]:shugo/fact.git | |
cd fact | |
make deploy | |
cd bin/Deploy | |
${MONO} ./FactExe.exe system install --create-package this -o ${fact_package} | |
${MONO} ./FactExe.exe system install --package ${fact_package} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment