Skip to content

Commit 5ed82cc

Browse files
committed
.\README.MD
1 parent dda4db3 commit 5ed82cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.MD

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# chocobasic
22

3-
Simple powershell UI utility that can read chocolatey install scripts
3+
Simple powershell UI utility that can dynamically read chocolatey install scripts.
44

55
### How to use
66

7-
1. run `ui/form.ps1` in PowerShell as admin
8-
2. check checkboxes
9-
3. click ok
7+
1. insert you own chocolatey install scripts into `*.ps1` in root directory
8+
2. run `ui/form.ps1` in PowerShell as admin
9+
3. check checkboxes
10+
4. click ok
1011

11-
`*.ps1` file in root directory includes install scripts and comments with double `#`
1212
`ui/form.ps1` will read this file in following way
1313

14-
- `##` marks group label e.g. `## internet` > `internet` label in UI
15-
- choco install ... marks command to be executed
14+
- `##` creates group label e.g. `## internet` > `internet` label above checkboxes in UI
15+
- choco install ... marks command to be executed and command will be shown next to its own checkbox

0 commit comments

Comments
 (0)