Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Apr 12, 2023
1 parent 7eb9f79 commit fcc84de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ Play with DuckDB SQL and Cloud storage though a familiar API, without giving up
### :seedling: Get Started
Download a [binary release](https://github.com/metrico/quackpipe/releases/), use [docker](https://github.com/metrico/quackpipe/pkgs/container/quackpipe) or build from source

#### 🐋 Using Docker
```bash
docker pull ghcr.io/metrico/quackpipe:latest
docker run -ti --rm -p 8123:8123 ghcr.io/metrico/quackpipe:latest
```

#### 📦 Download Binary
```bash
curl -fsSL github.com/metrico/quackpipe/releases/latest/download/quackpipe-v0.7.1.8-linux-amd64 --output quackpipe \
&& chmod +x quackpipe
```
##### 🔌 Start Server w/ Options
##### 🔌 Start Server w/ parameters
```bash
./quackpipe --port 8123
```
Run with `-h` for a full list of parameters

#### 🐋 Using Docker
```bash
docker pull ghcr.io/metrico/quackpipe:latest
docker run -ti --rm -p 8123:8123 ghcr.io/metrico/quackpipe:latest
```

##### Parameters

| params | usage | default |
Expand Down

0 comments on commit fcc84de

Please sign in to comment.