This commit is contained in:
QQ 2023-10-05 15:09:47 +08:00
parent 2e589e81f8
commit 33fdd37491

View File

@ -9,10 +9,7 @@ sudo pacman -S neovim nodejs npm
### ubuntu系 ### ubuntu系
```bash ```bash
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sh install
sudo apt-get update
sudo apt-get install -y nodejs
sudo apt-get install neovim
``` ```
## 文件结构 ## 文件结构