Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
7d398eab9f
1 changed files with 21 additions and 1 deletions
  1. 21 1
      README.md

+ 21 - 1
README.md

@@ -1,3 +1,23 @@
 # ossutil
 # ossutil
 
 
-阿里oss云存储命令行工具
+阿里oss云存储命令行工具,支持 windows,linux
+
+
+## Usage
+
+```
+./ossutil config
+
+./ossutil cp localfile oss://bucket
+
+# 错误
+ossutil cp -rf build/app/outputs/flutter-apk/**/*.apk oss://yoqi-software/develop/flutter_cocktail/20231111-3f7239b/
+
+```
+
+
+## Develop
+
+```
+go build
+```