Skip to content

Commit f9fecb7

Browse files
ianmcookzeroshade
andauthored
docs: add graphical installers to README (#20)
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
1 parent ec8369c commit f9fecb7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7583
powershell -ExecutionPolicy ByPass -c "irm https://dbc.columnar.tech/install.ps1 | iex

0 commit comments

Comments
 (0)