Skip to content

Commit 73da806

Browse files
authored
Update README.md
1 parent 3776b36 commit 73da806

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Based on JavaScript's famous `live-server` utility. Supports Linux, Windows, and
2828
### MacOS Intel (with Brew)
2929
`brew tap antsankov/go-live && brew install go-live`
3030

31-
### MacOS Apple Silicon (with Brew)
31+
### MacOS Apple Silicon/M1/M2 (with Brew)
3232
* 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).
3333

34-
`brew tap antsankov/go-live4 && arch -arm64 brew install go-live`
34+
`brew tap antsankov/go-live && arch -arm64 brew install go-live`
3535

3636
### MacOS x64 (without Brew)
3737

3838
`curl -LJO https://github.com/antsankov/go-live/releases/download/v1.2.0/go-live-mac-x64.zip && unzip go-live-mac-x64.zip && mv go-live /usr/local/bin/go-live && chmod +x /usr/local/bin/go-live && go-live`
3939

40-
### MacOS Apple Silicon (without Brew)
40+
### MacOS Apple Silicon/M1/M2 (without Brew)
4141

4242
`curl -LJO https://github.com/antsankov/go-live/releases/download/v1.2.0/go-live-mac-arm64.zip && unzip go-live-mac-arm64.zip && mv go-live /usr/local/bin/go-live && chmod +x /usr/local/bin/go-live && go-live`
4343

@@ -86,8 +86,9 @@ make cross-compile && ls release/
8686
```
8787

8888
## To Release
89-
- For snapcraft, see snap/
89+
- For snapcraft it builds automatically when you push it
9090
- For Mac and Homebrew, see https://github.com/mitchellh/gon
91+
- `gon gon.json`
9192
- Make sure to have XTools installed, and opened already.
9293
- 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.
9394
- 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

Comments
 (0)