Browse Source

Update 'README.md'

天问 3 months ago
parent
commit
c24d56c01e
1 changed files with 10 additions and 2 deletions
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -6,15 +6,23 @@
 
 
 ```
 ```
 # 安装
 # 安装
-dart pub global activate fvm5
+dart pub global activate fvm
 
 
 #curl -fsSL https://fvm.app/install.sh | bash
 #curl -fsSL https://fvm.app/install.sh | bash
 
 
+export PATH="$PATH":"$HOME/.pub-cache/bin"
+source ~/.bashrc  # 或者 source ~/.zshrc
+
+
 fvm install 3.13.8
 fvm install 3.13.8
+fvm install 3.27.1
+
 fvm use 3.13.8
 fvm use 3.13.8
 fvm remove 3.13.8
 fvm remove 3.13.8
+
+fvm list
 fvm ls
 fvm ls
-fvm flutter
+fvm flutter build apk
 fvm dart 
 fvm dart 
 
 
 ```
 ```