From 0ddd2cb53d67355de256542021fb321a906338fb Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 21 Mar 2025 16:33:12 +0900 Subject: [PATCH] fix --- book/default/02_install.md | 9 --------- book/pwsh/README.md | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/book/default/02_install.md b/book/default/02_install.md index b82f9ff..db3124d 100644 --- a/book/default/02_install.md +++ b/book/default/02_install.md @@ -42,12 +42,3 @@ C:\Program Files\Epic\UE_5.5\Engine\Binaries\Win64\UnrealEditor.exe C:\Users\$USER\Documents\Unreal Projects\MyProject\MyProject.uproject ``` -## windows tool - -|name|url| -|---|---| -|pwsh|https://github.com/PowerShell/PowerShell| -|windows terminal|https://github.com/microsoft/terminal| -|openssh|https://github.com/PowerShell/Win32-OpenSSH| -|vscode|https://github.com/microsoft/vscode| - diff --git a/book/pwsh/README.md b/book/pwsh/README.md index 88f6da3..1e181f4 100644 --- a/book/pwsh/README.md +++ b/book/pwsh/README.md @@ -23,8 +23,9 @@ $ winget install git.git |pwsh|https://github.com/powershell/powershell|microsoft.powershell.preview| |openssh|https://github.com/powershell/win32-openssh|microsoft.openssh.preview| |wsl|https://github.com/microsoft/wsl|microsoft.wsl| -|git|https://github.com/git/git|git.git| +|vscode|https://github.com/microsoft/vscode|microsoft.visualstudiocode| |vim|https://github.com/vim/vim-win32-installer|vim.vim| +|git|https://github.com/git/git|git.git| |lazygit|https://github.com/jesseduffield/lazygit|jesseduffield.lazygit| ## その他