fixed the README

This commit is contained in:
Jonathan Dunn 2024-02-09 14:11:00 -05:00
parent e8590b6803
commit 5a57e814b9

View File

@ -11,14 +11,10 @@ Fabric is not just a tool; it's a transformative step towards integrating the po
## Installation
1. Clone the repository:
`git clone git@github.com:xssdoctor/fabric_electron.git`
2. Navigate to the tool's directory:
`cd fabric_electron`
3. Install dependencies:
`npm install`
4. Start the application:
`npm start`
1. Install dependencies:
`npm install`
2. Start the application:
`npm start`
Contributing