Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrontEndDog authored and honlyHuang committed Oct 12, 2024
1 parent 214c67d commit 2c9a99d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi

```bash
# Use the Taro upgrade command to update the CLI version to the latest version
$ taro update self [version number]
$ taro update self
# Use the Taro upgrade command to update the CLI version to the specified version
$ taro update self
$ taro update self [version number]
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
$ taro update project
# Use the Taro upgrade command to upgrade project dependencies to the specified version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi

```bash
# Use the Taro upgrade command to update the CLI version to the latest version
$ taro update self [version number]
$ taro update self
# Use the Taro upgrade command to update the CLI version to the specified version
$ taro update self
$ taro update self [version number]
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
$ taro update project
# Use the Taro upgrade command to upgrade project dependencies to the specified version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@ Alternatively, you can manually install the appropriate version of the CLI, modi

```bash
# Use the Taro upgrade command to update the CLI version to the latest version
$ taro update self [version number]
$ taro update self
# Use the Taro upgrade command to update the CLI version to the specified version
$ taro update self
$ taro update self [version number]
# Use the Taro upgrade command to upgrade project dependencies to a version consistent with @tarojs/cli
$ taro update project
# Use the Taro upgrade command to upgrade project dependencies to the specified version
Expand Down

0 comments on commit 2c9a99d

Please sign in to comment.