We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c9e06 commit dda4db3Copy full SHA for dda4db3
README.MD
@@ -0,0 +1,15 @@
1
+# chocobasic
2
+
3
+Simple powershell UI utility that can read chocolatey install scripts
4
5
+### How to use
6
7
+1. run `ui/form.ps1` in PowerShell as admin
8
+2. check checkboxes
9
+3. click ok
10
11
+`*.ps1` file in root directory includes install scripts and comments with double `#`
12
+`ui/form.ps1` will read this file in following way
13
14
+- `##` marks group label e.g. `## internet` > `internet` label in UI
15
+- choco install ... marks command to be executed
0 commit comments