1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 07:33:01 +00:00

Update README_ru.md

This commit is contained in:
Vic Shóstak 2020-02-19 18:03:55 +03:00 committed by GitHub
parent 29cf341171
commit d340dace19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ func main() {
Прежде всего, [скачайте](https://golang.org/dl/) и установите Go. Версия **1.11** (с включенными [модулями Go](https://golang.org/doc/go1.11#modules)) или выше.
Установка выполняется с помощью команды [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) :
Установка выполняется с помощью команды [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them):
```bash
go get -u github.com/gofiber/fiber