talc/docs/src/install/installation.md
2024-12-25 12:53:56 -05:00

617 B

Installation

To install Talc, first you must install the Rust programming language. Follow the instructions here to do so. Talc requires at least Rust 1.81.

Once Rust is installed, clone the Talc repository and, from the root of the repository, run:

cargo install --profile release-opt --path talc-bin

This will build and install the Talc REPL. To run Talc, run talc (ensuring that Cargo's installation path is part of your $PATH). For information about command-line arguments, use talc --help.