Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diyism committed Nov 26, 2022
1 parent cc7441c commit d3544cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Allman/Horstmann style is for we human, K&R style is for google robots!
sudo rm -rf /usr/local/go && wget -qO- https://golang.org/dl/go1.18.1.linux-amd64.tar.gz | sudo tar -xvz -C /usr/local
export -n GOROOT ; hash -d go
sudo mv /usr/local/go /usr/local/go.golang
git clone --depth 1 --recursive https://github.com/gofork-org/go.git
git clone --depth 1 --recursive https://github.com/gofork-org/goFork.git
#or: wget https://github.com/gofork-org/go/archive/refs/heads/master.zip && unzip master.zip
cp -r ./go/bin.bootstrap ./go/bin
cd ./go/src
Expand Down

0 comments on commit d3544cd

Please sign in to comment.