Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii authored Feb 9, 2025
1 parent 3adc531 commit 28da291
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ Use scoop and vim-plug.
# Use scoop.
scoop install vim

# use vim-plug
# use scoop
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
ni $HOME/vimfiles/autoload/plug.vim -Force

# Default, folder directroy
# use wsl2
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# Windows side Default.
mkdir GitHub

# Move.
# Windows side Move.
cd GitHub

# WSL2 side, cd ~/ (home directory).
cd

# Clone.
git glone git@github.com:takkii/winvim.git

Expand Down

0 comments on commit 28da291

Please sign in to comment.