Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.2 KB

Fake bootstrapping example

Note: There are other variants (as branches in this repository) to choose from as well as other installation options

This repository shows how to bootstrap FAKE from nothing. The fake.sh and fake.cmd scripts will:

If dotnet is already a given you can edit the scripts accordingly.

Usage:

Unix (or git bash on windows after dotnet/cli#8491)

git clone https://github.com/matthid/fake-bootstrap.git
cd fake-bootstrap
./fake.sh run myscript.fsx 

Windows (powershell/cmd)

git clone https://github.com/matthid/fake-bootstrap.git
cd fake-bootstrap
.\fake.cmd run myscript.fsx

To upgrade to latest packages, just delete myscript.fsx.lock and run fake again.