Skip to content

Commit 4010448

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ You can find this project on [npm here at this link](https://npmjs.org/package/f
126126

127127
# Development
128128

129-
Develop the project on your own by cloning it with the following command line.
129+
On linux, you can develop the project on your own by cloning it with the following command line.
130130

131131
```Bash
132132
git clone https://github.com/anonyco/FastestSmallestTextEncoderDecoder.git; cd FastestSmallestTextEncoderDecoder; npm run install-dev
133133
```
134134

135135
Emphasize the `npm run install-dev` which downloads `closure-compiler.jar` into the repository for minifying the files.
136136

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.
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 the terminal in the root folder of the repository in order to minify the NodeJS JavaScript files.
138138

139139
```Bash
140140
npm run build

0 commit comments

Comments
 (0)