doc: update install instructions

This commit is contained in:
Li Jie
2025-02-13 15:52:11 +08:00
parent 5cfeddef73
commit 49f2f0dbfd
3 changed files with 5 additions and 5 deletions

View File

@@ -3,4 +3,4 @@ brew update
brew install llvm@18 bdw-gc openssl cjson libffi pkg-config
brew install python@3.12 # optional
brew link --force libffi
go install -v github.com/goplus/llgo/cmd/llgo@latest
curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash