Update README.md

This commit is contained in:
Rodrigo de Avila 2023-10-05 02:41:27 +00:00
parent ac0e9aae2b
commit b599e6e615
1 changed files with 2 additions and 8 deletions

View File

@ -1,13 +1,7 @@
# AlmaLinux Mirror Report
## Run locally
Run locally
```
docker run --rm -it -p 7000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```
## Build
```
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
podman run --rm -it -p 7000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```