Skip to content

Commit

Permalink
Merge pull request #26 from warpstreamlabs/epot/pr/26
Browse files Browse the repository at this point in the history
Uncomment
  • Loading branch information
epot authored Jun 4, 2024
2 parents 09cc32c + 3aeafa4 commit 7be52a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions website/docs/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: Getting Started
description: Getting started with Bento
---

<!-- TODO(install): Fix me. -->
<!-- Woops! You fell for the marketing hype. Let's try and get through this together.
<div style={{textAlign: 'center'}}><img style={{maxWidth: '300px'}} src="/bento/img/teacher-blob.svg" /></div>

## Install
Expand All @@ -29,7 +26,7 @@ curl -Lsf https://warpstreamlabs.github.io/bento/sh/install | bash
<TabItem value="version">

```sh
curl -Lsf https://warpstreamlabs.github.io/bento/sh/install | bash -s -- 3.56.0
curl -Lsf https://warpstreamlabs.github.io/bento/sh/install | bash -s -- 1.0.1
```

</TabItem>
Expand All @@ -48,7 +45,7 @@ docker run --rm -v /path/to/your/config.yaml:/bento.yaml ghcr.io/warpstreamlabs/

### Serverless

For information about serverless deployments of Bento check out the serverless section [here][serverless]. -->
For information about serverless deployments of Bento check out the serverless section [here][serverless].

## Run

Expand Down

0 comments on commit 7be52a1

Please sign in to comment.