From 818d76199d979c1aa1170415cc7013f4dda9c7a4 Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Thu, 23 Jun 2022 13:24:19 +0800 Subject: [PATCH] use bash --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index af104372763..d81e6455838 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -52,7 +52,7 @@ deactivate ``` If you receive warnings about other files not found (IPC), ensure you have all submodules: -``` +```bash # If you didn't clone with `git clone --recurse-submodules https://github.com/jorgecarleitao/arrow2` git submodule update --init --recursive