Skip to content

Commit

Permalink
readme: Document the docker hub and released jars
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Feb 13, 2020
1 parent 58a03b4 commit c71927d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ The `metabase-materialize-driver` lets

## To Use the Driver

To use the `metabase-materialize-driver`, copy the driver's `.jar` file into the
We provide a pre-built docker image of metabase including this driver as
[materialize/metabase][]

To use the `metabase-materialize-driver` with an existing Metabase
installation, copy a `.jar` file from one of our [releases][] into the
`/plugins` directory of your Metabase instance. Metabase will register the
driver automatically! (For deployment-specific details, please consult the
following sections.)
Expand All @@ -23,6 +27,9 @@ connect:
| Database username | default |
| Database password | default |

[releases]: https://github.com/MaterializeInc/metabase-materialize-driver/releases
[materialize/metabase]: https://hub.docker.com/repository/docker/materialize/metabase


### With Docker

Expand Down

0 comments on commit c71927d

Please sign in to comment.