Skip to content

Commit

Permalink
docs: update homepage
Browse files Browse the repository at this point in the history
The installation instructions in the homepage are not consistent with
those in the documentation in the source code repository.
  • Loading branch information
walpox committed Dec 9, 2023
1 parent 319de25 commit b179939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ const Home = (): JSX.Element => {
(version 5.1 or later) and run:
</p>
<SyntaxHighlighter language="powershell">
{`> 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`}
</SyntaxHighlighter>
<p className="text-center">
For advanced installation options, check out the{' '}
Expand Down

0 comments on commit b179939

Please sign in to comment.