Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -59,34 +59,6 @@ Skills are reusable modules that teach your agent new capabilities. They’re au
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user