Created
December 1, 2023 06:19
-
-
Save yankay/276e91c10565d58431e1b623186e88c1 to your computer and use it in GitHub Desktop.
快速安装WasmEdge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export http_proxy="http://xxxx:10809" | |
export https_proxy="http://xxxx:10809" | |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment