fix: update README logo to use logo.png (#52)

* Update README logo and remove installation section

* fix: update README logo to use logo.png
This commit is contained in:
Marius
2026-01-28 14:14:41 +01:00
committed by GitHub
parent e33d789369
commit e8866d7db8
2 changed files with 1 additions and 11 deletions
+1 -11
View File
@@ -1,10 +1,6 @@
<p align="center"> <p align="center">
<a href="https://kilo.ai"> <a href="https://kilo.ai">
<picture> <img src="logo.png" alt="Kilo CLI logo">
<source srcset="packages/console/app/src/asset/logo-ornate-dark.svg" media="(prefers-color-scheme: dark)">
<source srcset="packages/console/app/src/asset/logo-ornate-light.svg" media="(prefers-color-scheme: light)">
<img src="packages/console/app/src/asset/logo-ornate-light.svg" alt="Kilo logo">
</picture>
</a> </a>
</p> </p>
<p align="center">The open source AI coding agent.</p> <p align="center">The open source AI coding agent.</p>
@@ -16,12 +12,6 @@
--- ---
### Installation
```bash
npm i -g @kilocode/cli # or bun/pnpm/yarn
```
### Agents ### Agents
Kilo CLI includes two built-in agents you can switch between using the `Tab` key: Kilo CLI includes two built-in agents you can switch between using the `Tab` key:
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB