From bd2e5c063a54544c44da239f861fc2d15edb5414 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sat, 6 Jan 2024 03:40:38 -0800 Subject: [PATCH] Tweak README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 596f9b6ff..743473d96 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,13 @@ If your environment is not included in the released packages, you have to build #### Libraries * libgit2: `>=1.1.0 && <2.0.0` - * `libgit2-dev` on Ubuntu + * `libgit2-dev` on APT * `libgit2` on Homebrew * libcurl: `>=7.79.1 && <8.0.0` - * `libcurl4-openssl-dev` on Ubuntu + * `libcurl4-openssl-dev` on APT * `curl` on Homebrew * nlohmann_json: `>=3.10.5 && <4.0.0` - * `nlohmann-json3-dev` on Ubuntu + * `nlohmann-json3-dev` on APT * `nlohmann-json` on Homebrew When running Make, the following libraries will be installed automatically.