Commit 5ee21f2c authored by Coelacanthus's avatar Coelacanthus
Browse files

refactor(wsl): using sed instand of vi

parent 0ac81fcb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -167,9 +167,7 @@ sudo dpkg-reconfigure locales

```bash
sudo apt install manpages-zh
sudo vi /etc/manpath.config
:1,$s#/usr/share/man#/usr/share/man/zh_CN#g
:wq
sudo sed -i 's|/usr/share/man|/usr/share/man/zh_CN|g' /etc/manpath.config
```

可以用 `man help` 测试。