fix: typo

This commit is contained in:
Kuoi 2023-05-09 00:41:16 +08:00 committed by GitHub
parent 97beedd5ef
commit 19bbb13db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ wget https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh
then then
``` ```
chmod +x biojunest.sh && ./biojunest chmod +x biojunest.sh && ./biojunest.sh
``` ```
### Advanced ### Advanced
@ -39,7 +39,7 @@ chmod +x biojunest.sh && ./biojunest
You can also configure mirror, for example You can also configure mirror, for example
``` ```
./biojunest -m="https://mirrors.njupt.edu.cn/mirrors/bioarchlinux" ./biojunest.sh -m="https://mirrors.njupt.edu.cn/mirrors/bioarchlinux"
``` ```
## Usage ## Usage