From 77a1b7b8ef9a0aef4720cc872a6c5f66d4ea1cfa Mon Sep 17 00:00:00 2001 From: Nathan Downs Date: Wed, 3 Apr 2019 17:58:45 -0700 Subject: [PATCH] Correct docs on how to clone and install dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71add3d0..b3ff332c 100644 --- a/README.md +++ b/README.md @@ -312,11 +312,11 @@ If you'd like to test and/or contribute please follow these instructions. ```bash # clone this repo -git clone https://github.com/twitter/twemoji.git +git clone -b gh-pages https://github.com/twitter/twemoji.git cd twemoji # install dependencies -npm install +yarn install # generate 2/twemoji*.js files ./2/scripts/generate