Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rayae committed Mar 31, 2024
1 parent d272bc8 commit 773cc76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ docker run -it --privileged --rm -v ./:/work -w /work archlinux:latest bash ./cr
wsl --import myarch D:/WSL D:/archlinux-rootfs-wslg.tar.gz --version 2
```

## 安装后续

### 进入 WSL 并创建普通用户
```bash
wsl -d myarch
Expand All @@ -52,6 +54,10 @@ sudo sed -i "s|^#default=.*|default=$USERNAME|" /etc/wsl.conf
wsl -t myarch
wsl -d myarch

```

### 启动用户态服务
```bash
systemctl --user enable --now fcitx5 wsl-wayland-socket
```
![alt text](images/user-systemctl-status.png)
Expand Down

0 comments on commit 773cc76

Please sign in to comment.