From a821d27dbdb2ae5dfec732a3a9adac2cc04ae057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Wed, 30 Oct 2024 08:26:51 -0300 Subject: [PATCH] Apply suggestions from code review minor fixes on d/readme.md Co-authored-by: Sutou Kouhei --- d/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/d/README.md b/d/README.md index ce955e5f08b43..aa2e148bcd5d2 100644 --- a/d/README.md +++ b/d/README.md @@ -17,7 +17,7 @@ under the License. --> -# Apache Arrow +# Apache Arrow D An implementation of Arrow targeting D programming language. @@ -28,13 +28,13 @@ for currently available features. - [dmd/gdc/ldc2](https://dlang.org/download) with druntime-frontend 2.105.0 or later -# Building +## Building -- build Arrow library (C++) -- build C glib bindings +- build Apache Arrow C++ +- build Apache Arrow GLib - build D bindings -```bash +```console $ git clone https://github.com/apache/arrow.git $ cd arrow/d $ dub build -b release