Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

应该是MacOS,不是MacOSX吧 Update macosx.md #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions zh-cn/Tutorial/install/macosx.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MacOSX安装HBuilderX@install
# MacOS安装HBuilderX@install

<!--
keyword:安装,安装HBuilderX,下载
Expand All @@ -14,7 +14,7 @@ HBuilderX下载地址: [下载地址](https://www.dcloud.io/hbuilderx.html)

<img src="/static/snapshots/tutorial/install_mac.jpeg" />

> MacOSX,软件必须安装到`/Applications`目录,如未安装到此目录,可能会出现插件安装失败、项目创建失败等问题。
> MacOS,软件必须安装到`/Applications`目录,如未安装到此目录,可能会出现插件安装失败、项目创建失败等问题。

如果启动遇到下列问题,请到【系统设置】中解决。

Expand All @@ -34,7 +34,7 @@ HBuilderX下载地址: [下载地址](https://www.dcloud.io/hbuilderx.html)

## 启动问题@question

某些情况下,MacOSX HBuilderX无法启动,解决方法如下:
某些情况下,MacOS HBuilderX无法启动,解决方法如下:

- 重启电脑
- 配置文件目录下的.lock文件问题 [解决方案](#deleteLockFile)
Expand Down Expand Up @@ -63,4 +63,4 @@ cp -r $HOME/Library/Application\ Support/HBuilder\ X $HOME/Desktop/HX
# 直接删除配置文件目录
rm -r $HOME/Library/Application\ Support/HBuilder\ X
rm -r $HOME/Library/Caches/HBuilder\ X
```
```