From b771fe497385315624034fc315da71198ccbf4c3 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 1 Jan 2023 11:41:08 +0800 Subject: [PATCH] add: optional set distribution --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4640ba5..4364f67 100644 --- a/README.md +++ b/README.md @@ -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)