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