Skip to content

Commit

Permalink
Merge pull request #5 from JesseStimpson/main
Browse files Browse the repository at this point in the history
docs: update docs after repo transfer to asdf-community
  • Loading branch information
JesseStimpson committed Jul 21, 2023
2 parents 6fb7e64 + 22ac132 commit 9847cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# asdf-duckdb [![Build](https://github.com/JesseStimpson/asdf-duckdb/actions/workflows/build.yml/badge.svg)](https://github.com/JesseStimpson/asdf-duckdb/actions/workflows/build.yml) [![Lint](https://github.com/JesseStimpson/asdf-duckdb/actions/workflows/lint.yml/badge.svg)](https://github.com/JesseStimpson/asdf-duckdb/actions/workflows/lint.yml)
# asdf-duckdb [![Build](https://github.com/asdf-community/asdf-duckdb/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-duckdb/actions/workflows/build.yml) [![Lint](https://github.com/asdf-community/asdf-duckdb/actions/workflows/lint.yml/badge.svg)](https://github.com/asdf-community/asdf-duckdb/actions/workflows/lint.yml)

[duckdb](https://duckdb.org/docs/) plugin for the [asdf version manager](https://asdf-vm.com).

Expand All @@ -22,9 +22,7 @@
Plugin:

```shell
asdf plugin add duckdb
# or
asdf plugin add duckdb https://github.com/JesseStimpson/asdf-duckdb.git
asdf plugin add duckdb https://github.com/asdf-community/asdf-duckdb.git
```

duckdb:
Expand All @@ -50,7 +48,7 @@ install & manage versions.

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/JesseStimpson/asdf-duckdb/graphs/contributors)!
[Thanks goes to these contributors](https://github.com/asdf-community/asdf-duckdb/graphs/contributors)!

# License

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

asdf plugin test duckdb https://github.com/JesseStimpson/asdf-duckdb.git --asdf-plugin-gitref main "duckdb --version"
asdf plugin test duckdb https://github.com/asdf-community/asdf-duckdb.git --asdf-plugin-gitref main "duckdb --version"
```

Tests are automatically run in GitHub Actions on push and PR.

0 comments on commit 9847cfd

Please sign in to comment.