diff --git a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md index 955e02e..a6b6f68 100644 --- a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md +++ b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md @@ -7,10 +7,10 @@ apt-get install = # 安装指定版本 #### 示例 ```bash # 查看所有可用版本 -apt list --all-versions | grep maca-sdk +apt list --all-versions | grep maca_sdk # 安装指定版本 ( 示例版本号: 3.2.1-10 ) -apt-get install maca-sdk=3.2.1-10 +apt-get install maca_sdk=3.2.1-10 ```