File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,15 @@ curl -LsSf https://dbc.columnar.tech/install.sh | less
6969
7070#### Windows
7171
72- Use ` irm ` to download the script and execute it with ` iex ` :
72+ Download the Windows graphical installer for your architecture:
73+
74+ | Architecture | Installer |
75+ | ------------ | ------------------------------------------------------- |
76+ | x64 (64-bit) | < https://dbc.columnar.tech/latest/dbc-latest-x64.msi > |
77+ | x86 (32-bit) | < https://dbc.columnar.tech/latest/dbc-latest-x86.msi > |
78+ | ARM64 | < https://dbc.columnar.tech/latest/dbc-latest-arm64.msi > |
79+
80+ Or use ` irm ` to download the install script and execute it with ` iex ` :
7381
7482``` sh
7583powershell -ExecutionPolicy ByPass -c " irm https://dbc.columnar.tech/install.ps1 | iex
You can’t perform that action at this time.
0 commit comments