Skip to content

Commit b758e91

Browse files
pranayaryalNikhil Thorat
authored and
Nikhil Thorat
committed
Update README.md with npm instructions. (#55)
1 parent 08a0e60 commit b758e91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ cd mnist-core
1515
yarn
1616
yarn watch
1717
```
18+
If you use `npm`, you can:
19+
```sh
20+
cd mnist-core
21+
npm install
22+
npm run watch
23+
```
1824

1925
### Details
2026

0 commit comments

Comments
 (0)