Skip to content

Tooling: Start here

This section covers the Incan tooling experience:

  • CLI (build/run/fmt/test)
  • editor setup and LSP

If you’re not sure where you fit, start at Start here.

Tutorials (learn)

How-to guides (do)

Reference (look up)

Single source of truth pages under Tooling:

Canonical commands (make-first)

make install
incan --version

Notes:

  • make install installs incan to ~/.cargo/bin.
  • If incan is not found, make sure ~/.cargo/bin is on your PATH.
make release
./target/release/incan --version

Notes

  • We prefer repository make targets in docs wherever possible.