Compare commits

...
Author SHA1 Message Date
Saoud Rizwan 1e2c79ffd9 docs(readme): add Quick Start block above the surface grid
Insert a Quick Start section between the hero and the four-cell surface
grid so a reader can install and run cline in under a minute without
scrolling through the surface descriptions first.

The CLI's own README already has this pattern; promoting it to the root
README gives the launch front door a clear copy-paste path.
2026-05-12 19:03:45 -07:00
+12
View File
@@ -16,6 +16,18 @@
<br>
## Quick Start
Get a running agent in under a minute:
```bash
npm i -g cline
cline auth
cline "what does this repo do?"
```
For other surfaces, see the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev), [JetBrains plugin](https://plugins.jetbrains.com/plugin/28247-cline), [SDK](#sdk), or [Kanban](https://github.com/cline/kanban).
<div align="center">
<table>
<tr>