Skip to content

Latest commit

 

History

History
 
 

bifrost

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

bifrost

image

Bifrost is heimdall's installer and version manager. Named after the rainbow bridge in Norse mythology, bifrost is the bridge between heimdall and your system.

Installation

curl -L http://get.heimdall.rs | bash

Usage

To install the latest stable release:

bifrost

To install the lastest stable release (pre-compiled):

bifrost --binary

To install a specific branch:

bifrost --version <branch>

To install a specific tag:

bifrost --version <tag>

To install a specific tag (pre-compiled):

bifrost --version <tag> --binary

To list all available versions:

bifrost --list

To update bifrost to the latest version:

bifrost --update