Add install instructions to Readme
This commit is contained in:
parent
8fa6637b3a
commit
36024e72bc
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -2,3 +2,15 @@
|
|||
|
||||
Simple React project allowing analysis of Lydia Pro dumps to count different transactions
|
||||
|
||||
Install
|
||||
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
Run
|
||||
|
||||
```sh
|
||||
npm run start
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue