Update readme

This commit is contained in:
Miguel Angel 2024-09-01 16:53:58 +02:00
parent f9dc8317a3
commit a980b57fe7

View File

@ -2,5 +2,7 @@
A library that implements a simple chip 8 emulator A library that implements a simple chip 8 emulator
# Build # Build
??? maybe ## Requirements
- Have node installed
- Have webpack and webpack-cli:
`npm install webpack webpack-cli --save-dev` `npm install webpack webpack-cli --save-dev`