Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 22, 2024
1 parent 7b09671 commit c88cb07
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,28 @@ Run the following command to start a new Docker container with `catadog`.
docker run --rm -d --name catadog ghcr.io/datadog/catadog
```

### or Ruby Bundler
### Global command

Run the following commands to install and run `catadog` locally.

```
gem install catadog
catadog
```

### Per project via a Gemfile

```
cat > Gemfile <<'EOF'
source 'https://rubygems.org'
gem 'catadog'
EOF
bundle install
catadog
```

### For `catadog` development

Run the following commands to install and run `catadog` locally.

Expand Down

0 comments on commit c88cb07

Please sign in to comment.