docs: add usage instructions

This commit is contained in:
Seaton Jiang 2021-11-07 17:00:42 +08:00 committed by GitHub
parent d7e4c072a2
commit 322471f277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,14 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8.
[!! USE WITH CAUTION !!]
```
#### Use Mirror URLs of Rocky Linux
```bash
export ROCKY_LINUX_ENV_MIRROR_URL="https://mirrors.example.org/rocky"
./migrate2rocky.sh -r
```
### Known Issues