You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,16 @@ Based on JavaScript's famous `live-server` utility. Supports Linux, Windows, and
28
28
### MacOS Intel (with Brew)
29
29
`brew tap antsankov/go-live && brew install go-live`
30
30
31
-
### MacOS Apple Silicon (with Brew)
31
+
### MacOS Apple Silicon/M1/M2 (with Brew)
32
32
* For ARM (Mac M1 / M2) - make sure your Brew is istalled to `opt/homebrew`. Brew does not do this by default, easiest way to do this is to install homebrew via the .pkg from the [`homebrew` github releases page](https://github.com/Homebrew/brew/releases).
33
33
34
-
`brew tap antsankov/go-live4 && arch -arm64 brew install go-live`
34
+
`brew tap antsankov/go-live && arch -arm64 brew install go-live`
@@ -86,8 +86,9 @@ make cross-compile && ls release/
86
86
```
87
87
88
88
## To Release
89
-
- For snapcraft, see snap/
89
+
- For snapcraft it builds automatically when you push it
90
90
- For Mac and Homebrew, see https://github.com/mitchellh/gon
91
+
-`gon gon.json`
91
92
- Make sure to have XTools installed, and opened already.
92
93
- You need to have a valid developer certficate - check `security find-identity -p codesigning`. If it is not valid, see https://developer.apple.com/forums/thread/86161 -- you need to check the info of the developer cert to see if the "Organizational Unit" certificate is installed.
93
94
- For gon to work, you need to use the hacked version https://github.com/mitchellh/gon/issues/64#issuecomment-1336311570 to release on Apple Silicon
0 commit comments