jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Simplify levain bootstrap #143

Closed jmoalves closed 6 months ago

jmoalves commented 2 years ago

Bootstrapping levain MUST be simple. Nowadays, it is somewhat cumbersome having to use levainBootstrap.cmd.

jmoalves commented 6 months ago

You can use install.ps1

Levain is installed at %USERPROFILE%\levain

Examples: iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex $v="0.80.7";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex

In the second example, although we need the 0.80.7 Levain release, we recommend using the latest version of install.ps1.