Skip to content

Commit

Permalink
Merge pull request #144 from fishtown-analytics/refactor/readme
Browse files Browse the repository at this point in the history
Point to hub for installation instructions
  • Loading branch information
drewbanin authored Jun 21, 2019
2 parents 4cff0eb + 8999a07 commit 99e755b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
This [dbt](https://github.com/fishtown-analytics/dbt) package contains macros that can be (re)used across dbt projects.

## Getting started

To use dbt-utils:

1. Reference the package in your dbt project by creating a `packages.yml` file, which should look something like:

```
packages:
- git: "https://github.com/fishtown-analytics/dbt-utils.git"
revision: 0.1.23
```
The revision key pins the dependency on a specific release of dbt-utils. Consult the [releases](https://github.com/fishtown-analytics/dbt-utils/releases) for information about the latest release.

2. Install the package by executing `dbt deps`

Detailed information on packages can be found in dbt's documentation in the [Package Management](https://docs.getdbt.com/docs/package-management) section.
## Installation Instructions
Check [dbt Hub](https://hub.getdbt.com/fishtown-analytics/dbt_utils/latest/) for the latest installation instructions, or [read the docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.

----

Expand Down

0 comments on commit 99e755b

Please sign in to comment.