-
Clone the feint repository:
git@github.com:feint-lang/feint.git -
Run the installation script:
make installNOTE:
make installis currently just a wrapper aroundcargo install --path ., but it could evolve to handle a more complex installation process. -
Optionally, install shell completion files:
make install-bash-completion make install-fish-completion