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: docs/guides/installing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ Installed mysql 0.1.0 to /opt/homebrew/Caskroom/miniforge/base/envs/my-adbc-proj
254
254
255
255
dbc can install drivers from local archives as an alternative for users who can't or don't want to install from a [Driver Registry](../concepts/driver_registry.md). This is meant for advanced use cases and requires understanding the [ADBC Driver Manifests](https://arrow.apache.org/adbc/current/format/driver_manifests.html) spec and loading process.
256
256
257
-
To install from a local archive, pass the path to a local archive insted of a name and set the `--no-verify` flag to skip signature verification:
257
+
To install from a local archive, pass the path to a local archive instead of a name and set the `--no-verify` flag to skip signature verification:
Copy file name to clipboardExpand all lines: scripts/install.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ function Download($download_url, $platforms) {
207
207
+"Double-check the version you've requested. Please create an issue at https://github.com/columnar-tech/dbc/issues or contact support@columnar.tech for assistance."
208
208
}
209
209
throw"Error: Failed to download $url. HTTP Status Code: $statusCode"
0 commit comments