mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-27 03:16:23 +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
|
```bash
|
||||||
# clone this repo
|
# clone this repo
|
||||||
git clone https://github.com/twitter/twemoji.git
|
git clone -b gh-pages https://github.com/twitter/twemoji.git
|
||||||
cd twemoji
|
cd twemoji
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
npm install
|
yarn install
|
||||||
|
|
||||||
# generate 2/twemoji*.js files
|
# generate 2/twemoji*.js files
|
||||||
./2/scripts/generate
|
./2/scripts/generate
|
||||||
|
Loading…
Reference in New Issue
Block a user