diff options
author | enigma9o7 <30579733+enigma9o7@users.noreply.github.com> | 2023-01-23 09:33:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 09:33:46 -0800 |
commit | 3f846fbdbafb23be50be2c340687e9c11f304b12 (patch) | |
tree | 0f7f4a61748597852ffdba0d8ba3e53efe6f66d0 /README.md | |
parent | Merge Debian/Ubuntu Dependencies (diff) | |
download | nheko-3f846fbdbafb23be50be2c340687e9c11f304b12.tar.xz |
remove unneeded font tags
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 07f937be..d6877494 100644 --- a/README.md +++ b/README.md @@ -303,8 +303,8 @@ sudo pacman -S qt5-base \ ``` #### Debian 11+ / Ubuntu 22.04 -<font size= “1”>*Older OS versions require a newer version of Qt5 than offered in official repositories.*</font> -<font size= “1”>*Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):*</font> +*Older OS versions require a newer version of Qt5 than offered in official repositories.* +*Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):* ```bash sudo apt install --no-install-recommends g++ cmake make zlib1g-dev libssl-dev libolm-dev liblmdb-dev libcmark-dev nlohmann-json3-dev libspdlog-dev libevent-dev libcurl4-openssl-dev libre2-dev libxcb-ewmh-dev asciidoc-base \ qt{base,declarative,tools,multimedia,quickcontrols2-}5-dev libqt5svg5-dev qt5keychain-dev qml-module-qt{gstreamer,multimedia,quick-extras,-labs-settings,-labs-platform,graphicaleffects,quick-controls2,quick-particles2} \ |