1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Correct docs on how to clone and install dependencies

This commit is contained in:
Nathan Downs 2019-04-03 17:58:45 -07:00
parent 6f4fd350d7
commit 77a1b7b8ef

View File

@ -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