Skip to content

Commit dda4db3

Browse files
committed
.\README.MD
1 parent 23c9e06 commit dda4db3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.MD

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)