Commit 66fa291e authored by zeke's avatar zeke

Simplify the anvil docs

parent bb5f09e8
...@@ -12,7 +12,7 @@ The [heroku-anvil CLI plugin](https://github.com/ddollar/heroku-anvil) is a wrap ...@@ -12,7 +12,7 @@ The [heroku-anvil CLI plugin](https://github.com/ddollar/heroku-anvil) is a wrap
heroku plugins:install https://github.com/ddollar/heroku-anvil heroku plugins:install https://github.com/ddollar/heroku-anvil
``` ```
The [ddollar/test buildpack](https://github.com/ddollar/buildpack-test) is for testing things: it runs `bin/test` on your app. The [ddollar/test](https://github.com/ddollar/buildpack-test) buildpack runs `bin/test` on your app/buildpack.
``` ```
heroku build -b ddollar/test # -b can also point to a local directory heroku build -b ddollar/test # -b can also point to a local directory
...@@ -71,4 +71,4 @@ heroku buildpacks:publish heroku/nodejs ...@@ -71,4 +71,4 @@ heroku buildpacks:publish heroku/nodejs
## Keeping up with the Nodeses ## Keeping up with the Nodeses
- Run `npm info npm version` to find out the latest available version of npm. - Run `npm info npm version` to find out the latest available version of npm.
- Follow [@nodejs](https://twitter.com/nodejs) and [@npmjs](https://twitter.com/npmjs) on Twitter. - Follow [@nodejs](https://twitter.com/nodejs) and [@npmjs](https://twitter.com/npmjs) on Twitter.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment