From 97db635ff51f3c9a45b00cccde7038788de3bb94 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Tue, 19 Jul 2022 20:54:00 +0100 Subject: [PATCH] make README clearly --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 948192e..19ae081 100644 --- a/README.md +++ b/README.md @@ -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 ```