Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created January 13, 2016 05:13
Show Gist options
  • Select an option

  • Save lantrix/e7f64ea792ade96d7eee to your computer and use it in GitHub Desktop.

Select an option

Save lantrix/e7f64ea792ade96d7eee to your computer and use it in GitHub Desktop.
Install nuget.exe on Mac for installing Fake.exe for F# builds
sudo mozroots --import --sync
curl -L http://nuget.org/nuget.exe -o nuget.exe
mono nuget.exe install FAKE -OutputDirectory tools -ExcludeVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment