Skip to content

Commit f7dda3b

Browse files
committed
docs(readme): update installation instrustions
1 parent b8c1fcb commit f7dda3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Quick start: `npx @grinev/opencode-telegram-bot`
3232
- **Input flow control** — when an interactive flow is active, the bot accepts only relevant input to keep context consistent and avoid accidental actions
3333
- **Configurable reply formatting** — assistant replies use Telegram MarkdownV2 by default, with optional raw mode (`MESSAGE_FORMAT_MODE=markdown|raw`)
3434
- **Security** — strict user ID whitelist; no one else can access your bot, even if they find it
35-
- **Localization**English, German, Spanish, Russian, and Simplified Chinese UI (`BOT_LOCALE=en|de|es|ru|zh`)
35+
- **Localization**UI localization is supported for multiple languages (`BOT_LOCALE`)
3636

3737
## Prerequisites
3838

@@ -52,7 +52,7 @@ You'll also need your **Telegram User ID** — send any message to [@userinfobot
5252

5353
### 2. Start OpenCode Server
5454

55-
In your project directory, start the OpenCode server:
55+
Start the OpenCode server:
5656

5757
```bash
5858
opencode serve

0 commit comments

Comments
 (0)