From 5c12e718cb15a4c3dc3d6e50aada5a274ad1c1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Tue, 10 Feb 2015 12:31:48 +0100 Subject: [PATCH] docs(readme): clarify npm abbrevs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be3bb283..5fea78e9 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,13 @@ Note: `semantic-release` works around a limitation in `npm`'s `prepublish` step. ## How do I set this up? -First of all you need to install `semantic-release` and save it as a `devDependency`. - ### Installation +First of all you need to install `semantic-release` and save it as a `devDependency`. + ```bash +npm install --save-dev semantic-release +# Btw, if you're feeling lazy you can just type this – it's the same thing. npm i -D semantic-release ```