Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jan 8, 2025
1 parent b2694c4 commit 5dd07da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DuckDB Snap Package

[![Builds](https://github.com/habedi/duckdb-snap/actions/workflows/builds.yml/badge.svg)](https://github.com/habedi/duckdb-snap/actions/workflows/builds.yml)
[![Build](https://github.com/habedi/duckdb-snap/actions/workflows/build.yml/badge.svg)](https://github.com/habedi/duckdb-snap/actions/workflows/build.yml)
[![Snapcraft.io](https://snapcraft.io/duckdb/badge.svg)](https://snapcraft.io/duckdb)
[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/habedi/duckdb-snap/blob/main/LICENSE)
[![License](https://img.shields.io/badge/License-MIT-yellow)](https://github.com/habedi/duckdb-snap/blob/main/LICENSE)

This repository contains the source code for building a Snap package (called a `snap`) from the latest stable
release of [DuckDB](https://github.com/duckdb/duckdb/releases/).
Expand Down Expand Up @@ -41,7 +41,7 @@ bash build.sh

```bash
# Install the package manually (optional)
sudo snap install --dangerous duckdb_VERSION_amd64.snap # Replace VERSION with the actual version
sudo snap install --dangerous duckdb_VER_amd64.snap # Replace VER with the actual version
```

## License
Expand Down

0 comments on commit 5dd07da

Please sign in to comment.