Update README.md

This commit is contained in:
Charles Packer
2025-12-14 15:24:46 -08:00
committed by GitHub
parent c704e65fd0
commit 1c663dd0c8

View File

@@ -59,34 +59,6 @@ Skills are reusable modules that teach your agent new capabilities. Theyre au
Read the docs to learn more about [skills and skill learning](https://docs.letta.com/letta-code/skills). Read the docs to learn more about [skills and skill learning](https://docs.letta.com/letta-code/skills).
## Installing from source
Requirements:
* [Bun](https://bun.com/docs/installation)
### Run directly from source (dev workflow)
```bash
# install deps
bun install
# run the CLI from TypeScript sources (pick up changes immediately)
bun run dev
bun run dev -- -p "Hello world" # example with args
```
### Build + link the standalone binary
```bash
# build bin/letta (includes prompts + schemas)
bun run build
# expose the binary globally (adjust to your preference)
bun link
# now you can run the compiled CLI
letta
```
Whenever you change source files, rerun `bun run build` before using the linked `letta` binary so it picks up your edits.
--- ---
Made with 💜 in San Francisco Made with 💜 in San Francisco