From 535e807463ad3901ac322f12c1ac4640b6e44534 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:07:41 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1f31d95..559ea44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # GStack for OpenCode 🚀 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) @@ -78,6 +80,9 @@ graph TD ### 1. Installation ```bash +# Install OpenCode CLI (if not already installed) +npm install -g opencode + # Clone the repository git clone https://github.com/yandong2023/gstack-opencode.git && cd gstack-opencode