mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 11:56:29 +02:00
add dev install instructions to quickstart and contributing guide
This commit is contained in:
parent
944cddd9a6
commit
e4af53a8ae
2 changed files with 16 additions and 6 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue