add: optional set distribution

This commit is contained in:
Kuoi 2023-01-01 11:41:08 +08:00 committed by GitHub
parent 3d463ebf0f
commit b771fe4973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,12 @@ Firstly, you should enter WSL
wsl -d BioArch
```
Optional, you can set BioArchLinux as default distribution
```
wsl --set-default BioArch
```
then you need to choose a mirror of archlinux and bioarchlinux
choose mirror of archlinux from [here](https://archlinux.org/mirrorlist/) and run the following command ( take sdu mirror as the example)