diff --git a/src/components/Home.tsx b/src/components/Home.tsx index eac3b40..d1bf561 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -86,8 +86,8 @@ const Home = (): JSX.Element => { (version 5.1 or later) and run:

- {`> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time -> irm get.scoop.sh | iex`} + {`> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser +> Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression`}

For advanced installation options, check out the{' '}