Browse Source

fixed the README

pull/69/head
Jonathan Dunn 9 months ago
parent
commit
5a57e814b9
  1. 12
      client/gui/README.md

12
client/gui/README.md

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

Loading…
Cancel
Save