Skip to content

Commit

Permalink
Merge pull request #72 from walpox/walpox/update-homepage
Browse files Browse the repository at this point in the history
docs: update homepage
  • Loading branch information
gpailler committed Dec 10, 2023
2 parents 319de25 + b179939 commit 839d3e1
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 839d3e1

Please sign in to comment.