Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
booboom authored Aug 15, 2020
1 parent 102e6df commit 64770ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@

`brew_install.rb`所在文件下

执行`ruby brew_install.rb`
执行`ruby brew_install.rb`

# 方法二

```sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

> 如果报错 `--RPC failed,curl 18 transfer closed with outstanding read data remaining`是因为项目太久,tag资源文件太大。
可以通过`git config --global http.postBuffer 524288000`解决

0 comments on commit 64770ee

Please sign in to comment.