[1mdiff --git a/README.md b/README.md[m
[1mindex 193e9da9..3d5ec5ac 100644[m
[1m--- a/README.md[m
[1m+++ b/README.md[m
[36m@@ -15,7 +15,7 @@[m [mLike Gemini, Lagrange has been designed with minimalism in mind. It depends on a[m
[31m-* And more! Open about:help
in the app, or see help.gmi[m
[32m+[m[32m* And more! Open about:help
in the app, or see help.gmi[m
[m
[m
[36m@@ -38,7 +38,7 @@[m [msudo zypper install lagrange[m
[m
This is how to build Lagrange in a POSIX-compatible environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and pkg-config
.[m
[m
[31m-1. Download and extract a source tarball from [Releases][rel]. Please note that the GitHub/Gitea-generated tarballs do not contain the "the_Foundation" submodule; check which tarball you are getting. Alternatively, you may also clone the repository and its submodules: git clone --recursive --branch release https://git.skyjake.fi/skyjake/lagrange
[m
[32m+[m[32m1. Download and extract a source tarball from [Releases][rel]. Please note that the GitHub/Gitea-generated tarballs do not contain the "the_Foundation" submodule; check which tarball you are getting. Alternatively, you may also clone the repository and its submodules: git clone --recursive --branch release https://git.skyjake.fi/gemini/lagrange
[m
brew install cmake sdl2 openssl@1.1 pcre libunistring
Or on Ubuntu: sudo apt install cmake libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev
[mmpg123
and on Ubuntu it is libmpg123-dev
.[m[36m@@ -73,7 +73,7 @@[m [mWhen using OpenSSL 1.1.1 from Homebrew, you must add its pkgconfig path to your[m
[m
export PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1i/lib/pkgconfig[m
[m
[31m-Also, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a small patch is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build.[m
[32m+[m[32mAlso, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a small patch is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build.[m
[m
[m
[36m@@ -113,7 +113,7 @@[m [mThe following build options are recommended on Raspberry Pi 2/3:[m
ENABLE_WINDOWPOS_FIX=YES
: workaround for window position restore issues (SDL bug)[mENABLE_X11_SWRENDER=YES
: use software rendering under X11[m[m
[31m-[rel]: https://git.skyjake.fi/skyjake/lagrange/releases[m
[32m+[m[32m[rel]: https://git.skyjake.fi/gemini/lagrange/releases[m
[tf]: https://git.skyjake.fi/skyjake/the_Foundation[m
[m
text/plain
This content has been proxied by September (3851b).