make README clearly

This commit is contained in:
Kuoi 2022-07-19 20:54:00 +01:00 committed by GitHub
parent 2d5fffdf80
commit 97db635ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,18 @@
# BioArchLinux on WSL
## Usage
## Download
Download [wsl tar file](https://repo.bioarchlinux.org/wsl) from [any mirror](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) of BioArchLinux.
Specific a `StoragePath` and run the following command under the tar file directory.
## Import to WSL
You have to enable wsl first. Specific a `StoragePath` and run the following command under the tar file directory.
```
wsl --import BioArchLinux StoragePath .\bioarchlinux.tar
wsl -d BioArchLinux
```
## Choose mirror
then you need to choose a mirror of archlinux and bioarchlinux
@ -24,6 +27,7 @@ choose mirror bioarchlinux from [here](https://raw.githubusercontent.com/BioArch
```
echo 'Server = https://mirrors.sdu.edu.cn/bioarchlinux/$arch' > /etc/pacman.d/mirrorlist.bio
```
## Use BioArchLinux
Finally, you can install any packages from BioArchLinux
```