mirror of
https://github.com/BioArchLinux/wsl.git
synced 2025-03-10 06:33:59 +00:00
make README clearly
This commit is contained in:
parent
2d5fffdf80
commit
97db635ff5
1 changed files with 6 additions and 2 deletions
|
@ -1,15 +1,18 @@
|
||||||
# BioArchLinux on WSL
|
# 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.
|
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 --import BioArchLinux StoragePath .\bioarchlinux.tar
|
||||||
wsl -d BioArchLinux
|
wsl -d BioArchLinux
|
||||||
```
|
```
|
||||||
|
## Choose mirror
|
||||||
|
|
||||||
then you need to choose a mirror of archlinux and bioarchlinux
|
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
|
echo 'Server = https://mirrors.sdu.edu.cn/bioarchlinux/$arch' > /etc/pacman.d/mirrorlist.bio
|
||||||
```
|
```
|
||||||
|
## Use BioArchLinux
|
||||||
|
|
||||||
Finally, you can install any packages from BioArchLinux
|
Finally, you can install any packages from BioArchLinux
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue