From 7002d423d2badb036d012c2cbb3423597ef03fea Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 19 Oct 2023 16:40:36 -0700 Subject: [PATCH] Update content/infrastructure/rippled/installation/build-on-linux-mac-windows.md --- .../rippled/installation/build-on-linux-mac-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md b/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md index 632eb4d427..8596790ee6 100644 --- a/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md +++ b/content/infrastructure/rippled/installation/build-on-linux-mac-windows.md @@ -9,7 +9,7 @@ top_nav_grouping: Popular Pages --- # Build `rippled` on Linux, Mac, or Windows -Building `rippled` across various platforms requires a C++ development environment. You will need tools like Git, Python, Conan, CMake, and a suitable C++ compiler. +Building `rippled` across various platforms such as Windows, Linux, or macOS requires a C++ development environment. You will need tools like Git, Python, Conan, CMake, and a suitable C++ compiler. To continue, proceed to [the latest `rippled` build instructions on GitHub](https://github.com/XRPLF/rippled/blob/develop/BUILD.md).