Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 431 Bytes

INSTALL.md

File metadata and controls

18 lines (11 loc) · 431 Bytes

Installation

  1. Clone the feint repository:

    git@github.com:feint-lang/feint.git
    
  2. Run the installation script:

    make install
    

    NOTE: make install is currently just a wrapper around cargo install --path ., but it could evolve to handle a more complex installation process.

  3. Optionally, install shell completion files:

    make install-bash-completion
    make install-fish-completion