diff --git a/doc/_readme/scripts/install_full.sh b/doc/_readme/scripts/install_full.sh index f0cd304e2b..80a3f7e347 100644 --- a/doc/_readme/scripts/install_full.sh +++ b/doc/_readme/scripts/install_full.sh @@ -1,5 +1,5 @@ # shellcheck disable=all -git clone https://github.com/goplus/llgo.git +git clone https://github.com/xgo-dev/llgo.git cd llgo go install -v ./cmd/... go install -v ./chore/... # compile all tools except pydump diff --git a/doc/_readme/scripts/install_llgo.sh b/doc/_readme/scripts/install_llgo.sh index 993997035a..ae378a19db 100644 --- a/doc/_readme/scripts/install_llgo.sh +++ b/doc/_readme/scripts/install_llgo.sh @@ -1,4 +1,4 @@ # shellcheck disable=all -git clone https://github.com/goplus/llgo.git +git clone https://github.com/xgo-dev/llgo.git cd llgo ./install.sh diff --git a/doc/_readme/scripts/install_macos.sh b/doc/_readme/scripts/install_macos.sh index 546a8ebace..3fdb384032 100644 --- a/doc/_readme/scripts/install_macos.sh +++ b/doc/_readme/scripts/install_macos.sh @@ -3,5 +3,5 @@ brew update brew install llvm@19 lld@19 bdw-gc openssl cjson libffi libuv pkg-config brew install python@3.12 # optional brew link --overwrite llvm@19 lld@19 libffi -# curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash +# curl https://raw.githubusercontent.com/xgo-dev/llgo/refs/heads/main/install.sh | bash ./install.sh \ No newline at end of file diff --git a/doc/_readme/scripts/install_ubuntu.sh b/doc/_readme/scripts/install_ubuntu.sh index f139230ef4..f892c65b9a 100644 --- a/doc/_readme/scripts/install_ubuntu.sh +++ b/doc/_readme/scripts/install_ubuntu.sh @@ -4,5 +4,5 @@ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - sudo apt-get update sudo apt-get install -y llvm-19-dev clang-19 libclang-19-dev lld-19 libunwind-19-dev libc++-19-dev pkg-config libgc-dev libssl-dev zlib1g-dev libcjson-dev libsqlite3-dev libuv1-dev sudo apt-get install -y python3.12-dev # optional -#curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash +#curl https://raw.githubusercontent.com/xgo-dev/llgo/refs/heads/main/install.sh | bash ./install.sh \ No newline at end of file