Skip to content

Commit

Permalink
Update download.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Sep 4, 2024
1 parent b94cdbb commit ac013fb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions assets/js/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,22 +122,15 @@ const data = [
isLinkAnchor: true,
},
{ language: "Rust", link: "cargo add kuzu", isLinkAnchor: false },
{
language: "Java",
link: DOWNLOAD_LINKS_PREFIX + "kuzu_java.jar",
isLinkAnchor: true,
},
{
language: "Go",
platform: PLATFORMS.mac,
link: "go get github.com/kuzudb/go-kuzu",
isLinkAnchor: false,
},
{
language: "Go",
platform: PLATFORMS.linux,
link: "go get github.com/kuzudb/go-kuzu",
isLinkAnchor: false,
language: "Java",
link: DOWNLOAD_LINKS_PREFIX + "kuzu_java.jar",
isLinkAnchor: true,
},
];

Expand Down

0 comments on commit ac013fb

Please sign in to comment.