From 87e7e62d0b316900518e6f6ff7595ea67612211c Mon Sep 17 00:00:00 2001
From: Gabor Szarnyas
Date: Sun, 17 Sep 2023 07:14:08 +0200
Subject: [PATCH 1/2] Remove a few platforms from the front page
---
index.html | 8 --------
1 file changed, 8 deletions(-)
diff --git a/index.html b/index.html
index d610a64762a..299a1e8ff5d 100644
--- a/index.html
+++ b/index.html
@@ -130,8 +130,6 @@ Installation
R
Java
node.js
- Julia
- C++
ODBC
@@ -142,8 +140,6 @@ Installation
-
-
@@ -168,10 +164,6 @@ Installation
More Options
npm install duckdb
- using Pkg
Pkg.add("DuckDB")
- https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/libduckdb-osx-universal.zip
- https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/libduckdb-linux-amd64.zip
- https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/libduckdb-windows-amd64.zip
brew install duckdb
---
Direct download: https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_cli-osx-universal.zip
https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_cli-linux-amd64.zip
https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_cli-windows-amd64.zip
From 9622b93e2634b01948a905c7181ebb5baa9ec758 Mon Sep 17 00:00:00 2001
From: Gabor Szarnyas
Date: Sun, 17 Sep 2023 07:25:34 +0200
Subject: [PATCH 2/2] Rework installation page: remove 32-bit and rpi
installation, use consistent terminology for AMD64 and Arm64/aarch64
---
_includes/installation.html | 53 ++++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 22 deletions(-)
diff --git a/_includes/installation.html b/_includes/installation.html
index 6e9fa3c3fae..3df550fd1bc 100644
--- a/_includes/installation.html
+++ b/_includes/installation.html
@@ -61,10 +61,10 @@ Platform
@@ -159,35 +159,41 @@ Usage Example
@@ -196,7 +202,9 @@ Usage Example
@@ -243,17 +251,18 @@ Usage Example