Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
02dc608885
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -6,12 +6,16 @@
 ## Usage
 
 ```
+# 配置
 ./ossutil config
 
+./ossutil ls -a
+
+# 单文件
 ./ossutil cp localfile oss://bucket
 
-# 错误
-ossutil cp -rf build/app/outputs/flutter-apk/**/*.apk oss://yoqi-software/develop/flutter_cocktail/20231111-3f7239b/
+# 文件夹,多文件
+ossutil cp -r --include "*.apk" build/app/outputs/flutter-apk/ oss://yoqi-software/develop/flutter_cocktail/20231111-3f7239b/
 
 ```