We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61eed7 commit df36298Copy full SHA for df36298
1 file changed
content/en/docs/installation/download/_index.md
@@ -37,7 +37,7 @@ Quick install in Windows with PowerShell
37
Open a powershell. Then give these commands:
38
39
```powershell
40
-Set-ExecutionPolicy Bypass - Scope Process -Force
+Set-ExecutionPolicy Bypass -Scope Process -Force
41
irm bit.ly/get-ops-exe | iex
42
```
43
@@ -60,4 +60,4 @@ tell you what to do.
60
61
### Where to find more details:
62
63
-For more details, please visit the Github page of [Openserverless Cli](https://github.com/apache/openserverless-cli)
+For more details, please visit the Github page of [Openserverless Cli](https://github.com/apache/openserverless-cli)
0 commit comments