add dev install instructions to quickstart and contributing guide

This commit is contained in:
Adil Hafeez 2026-03-23 00:43:34 +00:00
parent 944cddd9a6
commit e4af53a8ae
2 changed files with 16 additions and 6 deletions

View file

@ -36,6 +36,13 @@ If you prefer to run inside Docker, add ``--docker`` to ``planoai up`` / ``plano
This downloads the latest ``planoai`` binary and installs it to ``~/.plano/bin/``. Follow the on-screen instructions to add it to your PATH.
**Building from source** (for contributors):
.. code-block:: console
$ cd crates && cargo build --release -p plano-cli
$ export PATH="$(pwd)/target/release:$PATH"
.. _llm_routing_quickstart: