Change links

This commit is contained in:
Magnus Root 2026-03-25 09:09:08 +03:00
parent f369c267a0
commit 920b20081b

View file

@ -24,7 +24,7 @@
**Требования:** Go 1.21+ **Требования:** Go 1.21+
```bash ```bash
git clone https://github.com/user/rubric git clone https://gitverse.ru/magnusroot/rubric
cd rubric cd rubric
go build -o rubric . go build -o rubric .
``` ```
@ -32,7 +32,7 @@ go build -o rubric .
Или сразу установить глобально: Или сразу установить глобально:
```bash ```bash
go install github.com/user/rubric@latest go install gitverse.ru/magnusroot/rubric@latest
``` ```
--- ---