Updated 2. Panduan Install Windows (markdown)

Asep Komarudin 2023-12-29 15:22:54 +07:00
parent ddddeca8f1
commit 670f2ab681
2 changed files with 9 additions and 9 deletions

@ -0,0 +1,9 @@
# Install Guide on Windows
- Please make sure already installed basic requirements
- Run the script below in Powershell
```
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
nvim
```

@ -1,9 +0,0 @@
# Panduan Windows
- Pastikan sudah menginstall kebutuhan dasar diatas
- Jalankan Script Dibawah pada Powershell
```
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
nvim
```