mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-05 02:30:18 +00:00
Correct docs on how to clone and install dependencies
This commit is contained in:
parent
6f4fd350d7
commit
77a1b7b8ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user