You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/templates/aws-windows/README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@ tags: [cloud, aws]
8
8
9
9
<imgsrc="./screenshot.png"width="600" />
10
10
11
+
## Installing Packages
12
+
13
+
This template will add the [Chocolatey Package Manager](https://chocolatey.org/) via the user data. This can be used to add software to your workspace.
14
+
15
+
**ex. Firefox**:
16
+
17
+
```powershell
18
+
choco install firefox
19
+
```
20
+
21
+
**ex. Visual Studio 2019 + Managed Desktop Tools**:
0 commit comments