From 670f2ab681c656ed37367c6013cf7736273c10ee Mon Sep 17 00:00:00 2001 From: Asep Komarudin <68836805+pojokcodeid@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:22:54 +0700 Subject: [PATCH] Updated 2. Panduan Install Windows (markdown) --- 2.-Install-Guide-on-Windows.md | 9 +++++++++ 2.-Panduan-Install-Windows.md | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 2.-Install-Guide-on-Windows.md delete mode 100644 2.-Panduan-Install-Windows.md diff --git a/2.-Install-Guide-on-Windows.md b/2.-Install-Guide-on-Windows.md new file mode 100644 index 0000000..fddbc7a --- /dev/null +++ b/2.-Install-Guide-on-Windows.md @@ -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 +``` \ No newline at end of file diff --git a/2.-Panduan-Install-Windows.md b/2.-Panduan-Install-Windows.md deleted file mode 100644 index 8c68dfb..0000000 --- a/2.-Panduan-Install-Windows.md +++ /dev/null @@ -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 -``` \ No newline at end of file