Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ powershell -ExecutionPolicy ByPass -c irm https://dbc.columnar.tech/install.ps1
### WinGet

```
winget install dbc
winget install Columnar.dbc
```

### Windows MSI
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ You can also download the latest installer using the following URL:
On Windows, you can install dbc using [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/):

```console
$ winget install dbc
$ winget install Columnar.dbc
```

!!! note
Expand All @@ -140,7 +140,7 @@ $ winget install dbc

```console
$ winget uninstall --id Columnar.dbc
$ winget install dbc
$ winget install Columnar.dbc
```

## Docker
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dbc is the command-line tool for installing and managing [ADBC](https://arrow.ap
=== "WinGet"

```console
$ winget install dbc
$ winget install Columnar.dbc
```

!!! note
Expand All @@ -52,7 +52,7 @@ dbc is the command-line tool for installing and managing [ADBC](https://arrow.ap

```console
$ winget uninstall --id Columnar.dbc
$ winget install dbc
$ winget install Columnar.dbc
```

=== "uv"
Expand Down
Loading