diff options
author | Saturneric <[email protected]> | 2023-02-03 13:58:46 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-03 13:58:46 +0000 |
commit | 8a193bab31a5b890a14440a01b07ae6fc9d7724c (patch) | |
tree | 0f828c2f54a24ae821a2cf6c22a2111b344f9be9 /README.md | |
parent | feat: delete dependency easyloggingpp (diff) | |
download | GpgFrontend-8a193bab31a5b890a14440a01b07ae6fc9d7724c.tar.gz GpgFrontend-8a193bab31a5b890a14440a01b07ae6fc9d7724c.zip |
fix: improve README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -69,7 +69,7 @@ read the [User Manual](https://www.gpgfrontend.pub/#/quick-start) instead of REA ## Developer Document -You can view the developer documentation that is synchronized with the current latest release code. This document will +You can view the developer documentation that is synchronized with the current latest release code. This document will help you understand the source code and get involved more quickly in the process of contributing to open source. [Developer Document](https://doxygen.gpgfrontend.pub) @@ -98,8 +98,8 @@ Before building, you need to install MSYS2. After installation, open the MSYS2 t MSYS2 directory, and execute the following commands: ```shell -pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf -pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost automake +pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf +pacman --noconfirm -S --needed make texinfo mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost automake pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel mingw-w64-x86_64-gpgme pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-libarchive ``` @@ -222,7 +222,7 @@ $ ./linuxdeployqt-continuous-x86_64.AppImage ../release/gpgfrontend/usr/share/ap ## Languages Support The supported languages are listed here. Some languages use machine translation and have not been verified. If you want -to join translation and verification work, please refer to [here](https://gpgfrontend.pub/#/translate-interface). +to join translation and verification work, please refer to [HERE](https://gpgfrontend.pub/#/translate-interface). ### Supported Languages @@ -231,7 +231,7 @@ to join translation and verification work, please refer to [here](https://gpgfr 'hr_HR', 'cs_CZ', 'da_DK', 'nl_NL', 'et_EE', 'fa_IR', 'fi_FI', 'fr_CA', 'he_IL', 'id_ID', 'lt_LT', 'de_AT', 'de_CH', 'el_GR', 'es_MX', 'iw_IL', 'uk_UA', 'en_US', 'en_GB', 'en_AU', -Notice: Most translations are generated by Google's automatic translation machine.If you find that a certain translation +Notice: Most translations are generated by Google's automatic translation machine. If you find that a certain translation is wrong, you are welcome to join the translation work to provide a more suitable human translation. ## Contract |