Skip to content

Commit e328fcc

Browse files
committed
docs: update readme
1 parent 915f40a commit e328fcc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![CI](https://github.com/electron-modules/electron-modules-sample/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/electron-modules/electron-modules-sample/actions/workflows/ci.yml)
66
[![Release](https://github.com/electron-modules/electron-modules-sample/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/electron-modules/electron-modules-sample/actions/workflows/release.yml)
7+
[![Download](https://img.shields.io/badge/Download-passing-brightgreen?logo=github)](https://github.com/electron-modules/electron-modules-sample/releases)
78

89
The All-In-One sample for https://github.com/electron-modules
910

@@ -21,6 +22,13 @@ The All-In-One sample for https://github.com/electron-modules
2122
$ npm run dev
2223
```
2324

25+
## Download Usage
26+
27+
```bash
28+
$ sudo spctl --master-disable
29+
$ sudo xattr -rd com.apple.quarantine /Applications/ElectronModules.app
30+
```
31+
2432
<!-- GITCONTRIBUTOR_START -->
2533

2634
## Contributors

0 commit comments

Comments
 (0)