Skip to content

Commit 11a4f42

Browse files
authored
Update README.md
1 parent df6bd64 commit 11a4f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ Develop the project on your own by cloning it with the following command line.
132132
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git; cd FastestSmallestTextEncoderDecoder; npm run install-dev
133133
```
134134

135-
Now that it is cloned, edit the files as you see fit. Now that the files have been edited, run the following in order to build the project.
135+
Emphasize the `npm run install-dev` which downloads `closure-compiler.jar` into the repository for minifying the files.
136+
137+
Now that the repository is cloned, edit the files as you see fit. Now that the files have been edited, run the following in order to build the project.
136138

137139
```Bash
138140
npm run build

0 commit comments

Comments
 (0)