Skip to content

Commit

Permalink
Merge pull request #79 from 29039/patch-1
Browse files Browse the repository at this point in the history
Make the scoop install command copy+paste without editing
  • Loading branch information
gpailler committed Mar 23, 2024
2 parents 35dec6e + b9922c5 commit 39f6917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home.tsx
Expand Up @@ -83,11 +83,11 @@ const Home = (): JSX.Element => {
>
PowerShell terminal
</abbr>{' '}
(version 5.1 or later) and run:
(version 5.1 or later) and from the PS C:\&gt; prompt, run:
</p>
<SyntaxHighlighter language="powershell">
{`> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
> Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression`}
{`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 39f6917

Please sign in to comment.