Lagrange [release]
Updated README
[1mdiff --git a/README.md b/README.md[m
[1mindex c1b9aa7d..83e9a6e9 100644[m
[1m--- a/README.md[m
[1m+++ b/README.md[m
[36m@@ -25,13 +25,13 @@[m [mPrebuilt binaries for Windows and macOS can be found in [Releases][rel].[m
This is how to build Lagrange in a Unix-like environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`.[m
[m
1. Download and extract a source tarball from [Releases][rel]. (If you just clone this Git repository, [the_Foundation][tf] is expected to be already available on the system.)[m
[31m-2. Check that you have the dependencies installed: SDL2, OpenSSL, libpcre, zlib, libunistring. For example, on Homebrew this would do the trick: ```brew install sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev```[m
[32m+[m[32m2. Check that you have the dependencies installed: SDL2, OpenSSL, libpcre, zlib, libunistring. For example, on macOS this would do the trick (using Homebrew): ```brew install sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev```[m
3. Create a build directory.[m
4. In your empty build directory, run CMake: ```cmake {path_of_lagrange_sources}```[m
5. Built it: ```cmake --build .```[m
6. Now you can run `lagrange`, `lagrange.exe`, or `Lagrange.app`.[m
[m
[31m-## Installing to a directory[m
[32m+[m[32m### Installing to a directory[m
[m
To install to "/dest/path":[m
[m