From 9617ce3f8ce84fe1722f792439059727d035f0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Mon, 15 Jan 2018 16:56:10 +0100 Subject: [PATCH] update readme-start.md Update to show both `npm` and `yarn` installations. --- static-parts/README-start.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static-parts/README-start.md b/static-parts/README-start.md index fc7589866..593c53e18 100644 --- a/static-parts/README-start.md +++ b/static-parts/README-start.md @@ -20,8 +20,12 @@ You can find a package with all the snippets on [npm](https://www.npmjs.com/package/30-seconds-of-code). -``` +```bash +# With npm npm install 30-seconds-of-code + +# With yarn +yarn add 30-seconds-of-code ``` CDN links