From 0b1a58a5143aa09e8cb592aff2f3dba1b4cdbfc2 Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Thu, 19 Mar 2026 14:23:23 +0300 Subject: [PATCH] readme change --- README.md | 6 ++++++ README_RU.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index fe175e7..580c99b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ A lightweight, easy-to-use, and performant Telegram Bot API wrapper for Go. It s go get git.nix13.pw/scuroneko/laniakea ``` +or + +```bash +go get github.com/scuroneko/laniakea +``` + ## πŸš€ Quick Start (with step-by-step explanation) Here is a minimal echo/ping bot example with detailed comments. diff --git a/README_RU.md b/README_RU.md index 44b8acc..02b10cb 100644 --- a/README_RU.md +++ b/README_RU.md @@ -29,6 +29,12 @@ go get git.nix13.pw/scuroneko/laniakea ``` +ΠΈΠ»ΠΈ + +```bash +go get github.com/scuroneko/laniakea +``` + ## πŸš€ Быстрый старт (с ΠΏΠΎΡˆΠ°Π³ΠΎΠ²Ρ‹ΠΌΠΈ коммСнтариями) Π’ΠΎΡ‚ ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡŒΠ½Ρ‹ΠΉ ΠΏΡ€ΠΈΠΌΠ΅Ρ€ Π±ΠΎΡ‚Π° "echo/ping" с ΠΏΠΎΠ΄Ρ€ΠΎΠ±Π½Ρ‹ΠΌΠΈ коммСнтариями.