Skip to content

Commit 91e9d5d

Browse files
committed
Slim down quick start page
1 parent 48bb77f commit 91e9d5d

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

web/src/content/help/quick-start.mdx

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,19 @@ cd /path/to/your-repo
2727
codebuff
2828
```
2929

30-
Codebuff has multiple [modes](/docs/tips/modes): `plan` for planning without file changes, `max` for better results at higher cost and time. You can invoke them in the slash menu with `/mode`.
30+
Check out the [modes](/docs/tips/modes) for using Codebuff, such as Free, Max, or Plan.
3131

3232
## 4. Initialize Your Project (Optional)
3333

34-
Run the `/init` command inside Codebuff to set up project-specific files:
35-
36-
```
37-
/init
38-
```
39-
40-
### What `/init` Creates
41-
42-
- `knowledge.md` — A starter file for documenting your project's setup commands, architecture, and coding conventions. Codebuff reads this to understand your project better.
43-
- `.agents/types/` — TypeScript type definitions for creating custom agents.
44-
45-
### When to Use `/init`
34+
Run the `/init` command inside Codebuff to set up project-specific files. Useful for:
4635

4736
- **New projects** — if you don't already have an AGENTS.md or CLAUDE.md (Codebuff will also read these files).
4837
- **Building custom agents** — running /init is the first step to [creating your own agents](/docs/walkthroughs/creating-your-first-agent)!
4938

5039
## Troubleshooting
5140

52-
If you run into issues during installation:
53-
54-
1. **Permission issues** — The best fix is to install Node.js using [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm), which avoids permission problems entirely. Then run `npm install -g codebuff` again.
41+
- Make sure you have [node installed](https://nodejs.org/en/download) (which includes npm).
5542

56-
2. **Still Having Problems?**
57-
- On Mac/Linux, you can fix permissions with: `sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}`
58-
- On Windows, run your terminal as administrator
43+
- Try deleting the downloaded binary at `~/.config/manicode/codebuff` and restarting codebuff.
5944

60-
[Troubleshooting](/docs/advanced/troubleshooting) | [Discord](https://codebuff.com/discord)
45+
See [here](/docs/advanced/troubleshooting) for more help or ask in our [Discord](https://codebuff.com/discord).

0 commit comments

Comments
 (0)