From b1799395170e278c78b612804db5290bfcad5ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20P=C3=A9rez?= <68171111+walpox@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:38:51 +0100 Subject: [PATCH] docs: update homepage The installation instructions in the homepage are not consistent with those in the documentation in the source code repository. --- src/components/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{' '}