Update README.md

This commit is contained in:
borisovmsw 2026-03-20 03:29:26 +03:00 committed by GitHub
parent 127084fa24
commit b6c962407a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -151,13 +151,13 @@ tg://socks/?server=192.168.1.139&port=1080&user=userx&pass=123456
#### Настраиваем компьютер на компиляцию под ARM64 процессор роутера #### Настраиваем компьютер на компиляцию под ARM64 процессор роутера
```bash ```bash
docker run --privileged --rm tonistiigi/binfmt --install all\n docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name mybuilder --use docker buildx create --name mybuilder --use
docker buildx inspect --bootstrap docker buildx inspect --bootstrap
``` ```
#### Собираем образ для роутера #### Собираем образ для роутера
```bash ```bash
docker buildx build --platform linux/arm64 -t tg-proxy-flint:latest --load .\n docker buildx build --platform linux/arm64 -t tg-proxy-flint:latest --load .
``` ```
#### Сохраняем образ в файл #### Сохраняем образ в файл
```bash ```bash