Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
55fba427de
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -1,2 +1,9 @@
 # gf
 # gf
 
 
+安装gf命令行:
+```
+	wget -O gf https://github.com/gogf/gf/releases/latest/download/gf_$(shell go env GOOS)_$(shell go env GOARCH) && \
+	chmod +x gf && \
+	./gf install -y && \
+	rm ./gf
+```