Skip to content

Commit

Permalink
README: Replace Linux to GNU/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Aug 4, 2024
1 parent d726dda commit 483798d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ flutter run --dart-define catcher=false dev_mode=true

### Qt 应用程序

如果您已经开始使用 Ubuntu 或任何基于 Ubuntu 的 Linux 发行版,则必须通过以 root 身份运行以下命令来安装 Qt:
如果您已经开始使用 Ubuntu 或任何基于 Ubuntu 的 GNU/Linux 发行版,则必须通过以 root 身份运行以下命令来安装 Qt:

```shell
sudo apt-get install qt6-base-dev qt6-multimedia-dev qtcreator
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Launch configurations for Android Studio or Visual Studio Code are available. Se

### Qt Application

To build the Qt application on Ubuntu or any Ubuntu-based Linux distribution, you must install Qt by running the following command as root:
To build the Qt application on Ubuntu or any Ubuntu-based GNU/Linux distribution, you must install Qt by running the following command as root:

```shell
sudo apt-get install qt6-base-dev qt6-multimedia-dev qtcreator
Expand Down

0 comments on commit 483798d

Please sign in to comment.