Update README.md

This commit is contained in:
Timothy Miller 2020-12-16 18:55:57 -05:00 committed by GitHub
parent db5edef4f0
commit 3b92c57a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ Docker Hub has experimental support for multi-architecture builds. Their officia
- Linux/amd64 by default `docker-build.sh`
Give your bash script permission to execute.
2. Give your bash script permission to execute.
```bash
sudo chmod +x ./docker-build.sh
@ -128,7 +128,7 @@ sudo chmod +x ./docker-build.sh
sudo chmod +x ./docker-build-all.sh
```
At project root, run the `docker-build.sh` script.
3. At project root, run the `docker-build.sh` script.
Recommended for local development