From 2c72ccdbdece91fef58389401490d13bffd6f1b7 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 4 Jun 2024 20:29:03 +0200 Subject: Use bootstrap.ps1 instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c2d19..f5f9de6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" ` Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; ` Move-Item -Path "$HOME\dotfiles-main\*" -Destination "$HOME" -Force; ` Remove-Item -Path "$HOME\dotfiles-main" -Recurse -Force; ` -Start-Process -FilePath "$HOME\install.bat" +Start-Process -FilePath "$HOME\.config\powershell\bootstrap.ps1" Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force -- cgit v1.2.3