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: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,8 @@ The package or list of packages are installed through `pacman --noconfirm -S --n
224
224
base-devel
225
225
```
226
226
227
+
NOTE: installing packages on CLANG32 requires `update: true`.
228
+
227
229
#### pacboy
228
230
229
231
Installing additional packages with [pacboy](https://www.msys2.org/docs/package-naming/#avoiding-writing-long-package-names) after updating the system is supported through option `pacboy`.
@@ -245,6 +247,8 @@ The package or list of packages are installed through `pacboy --noconfirm -S --n
245
247
openssl:p
246
248
```
247
249
250
+
NOTE: installing packages on CLANG32 requires `update: true`.
251
+
248
252
#### release
249
253
250
254
By default (`true`), retrieve and extract base installation from upstream GitHub Releases.
0 commit comments