Skip to content

Instantly share code, notes, and snippets.

@satreix
Last active September 6, 2015 16:08
Show Gist options
  • Save satreix/fc28da6cc563f2e1b277 to your computer and use it in GitHub Desktop.
Save satreix/fc28da6cc563f2e1b277 to your computer and use it in GitHub Desktop.
MONO=mono
fact_package="fact.ff"
git clone git@bitbucket.org: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