Skip to content

Commit 9ebbd01

Browse files
committed
updates readme with mac instructions and fixed package.json security audit
1 parent 9814187 commit 9ebbd01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ChronoSense is a foundational piece of recording software built on webtech with
2020
3. Navigate to where you cloned the ChronoSense folder and run the command:
2121
`npm install`
2222

23+
3b. **(MacOS only)** Be sure `ffmpeg` is available in your PATH, we recommend using [Homebrew](https://brew.sh/) with `brew install ffmpeg`
24+
2325
4. Test to see if the application (as it is) can now run by going to the main ChronoSense folder and typing the following command to start the application:
2426
`npm start`
2527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Alexander Schonken",
1313
"license": "ISC",
1414
"dependencies": {
15-
"download": "^7.1.0",
15+
"download": "^6.2.5",
1616
"electron": "^11.4.1",
1717
"electron-packager": "^15.2.0",
1818
"extract-zip": "2.0.1",

0 commit comments

Comments
 (0)