Fix project name, update README

This commit is contained in:
Andrey Meshkov
2020-07-10 14:57:53 +03:00
parent 632a47d56f
commit 2bbffffcfc
3 changed files with 16 additions and 7 deletions

View File

@@ -181,6 +181,14 @@ Run `make snapshot` or `make release` to build all AdGuard distrs.
* Run `make docker` to build the Docker image locally.
* Run `make docker-multi-arch` to build the multi-arch Docker image (the one that we publish to Docker Hub).
Please note, that we're using [Docker Buildx](https://docs.docker.com/buildx/working-with-buildx/) to build our official image.
You may need to prepare before using these builds:
* (Linux-only) Install Qemu: `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes`
* Prepare builder: `docker buildx create --name buildx-builder --driver docker-container --use`
### Resources that we update periodically
* `scripts/translations`