Skip to content

Commit 1036aa6

Browse files
authored
Merge pull request #27 from KrishPatel13/main
Add "Click Yes on prompt"
2 parents 7394d07 + 481a799 commit 1036aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MastHead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function Home() {
113113
<h3 className="mt-5"><b>Windows</b></h3>
114114
<ul className="mt-2 list-disc list-inside">
115115
<li>Press Windows Key, type "powershell", and press Enter</li>
116-
<li>Copy and paste the following command into the terminal, and press Enter:</li>
116+
<li>Copy and paste the following command into the terminal, and press Enter (If Prompted for `User Account Control`, click 'Yes'):</li>
117117
</ul>
118118
<pre className="whitespace-pre-wrap code text-slate-600 bg-slate-100 p-3 m-2">
119119
Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/MLDSAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"

0 commit comments

Comments
 (0)