Added instructions for MacOS Installation
Signed-off-by: Ujjwal-Agarwal <ujjwal7648@outlook.com>
This commit is contained in:
parent
a162219668
commit
923eccfcfc
|
|
@ -90,3 +90,6 @@ typings/
|
||||||
|
|
||||||
# Electron-Forge
|
# Electron-Forge
|
||||||
out/
|
out/
|
||||||
|
|
||||||
|
# Intellij-IDEA
|
||||||
|
.idea
|
||||||
|
|
@ -74,3 +74,11 @@ git -c submodule."assets".update=checkout submodule update --init assets
|
||||||
```
|
```
|
||||||
|
|
||||||
Currently, this is required to build, any forks are expected to provide their own assets.
|
Currently, this is required to build, any forks are expected to provide their own assets.
|
||||||
|
|
||||||
|
### Installation on MacOS
|
||||||
|
|
||||||
|
It is required to remove the application from quarantine on MacOS to be able to use it. Move the application to /Applications and use this command.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
xattr -d com.apple.quarantine /Applications/Stoat.app
|
||||||
|
```
|
||||||
2
assets
2
assets
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4c6419a274ec547fdf278ef0c98e837452769d36
|
Subproject commit d9b9cb7f08fb5266b8ad83bd55522a7161d48fb8
|
||||||
Loading…
Reference in New Issue