We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4699f + 6d1ad41 commit 892d73bCopy full SHA for 892d73b
README.md
@@ -152,7 +152,7 @@ Please download the latest release of fflow for [MacOS](https://github.com/oslab
152
153
1. Clone this repo `git clone https://github.com/oslabs-beta/fflow`
154
2. Install the dependencies `npm install`
155
-3. Copy and run this in your terminal (`./node_modules/.bin/electron-rebuild`) or `.\node_modules\.bin\electron-rebuild.cmd` for Windows
+3. On a Mac, run `./node_modules/.bin/electron-rebuild` in your terminal or `.\node_modules\.bin\electron-rebuild.cmd` on Windows
156
4. Run script for development mode `npm run start`
157
5. Build the app (automatic) `npm run package`
158
6. Test the app (after `npm run build` || `yarn run build`) `npm run prod`
0 commit comments