You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2021/08/02 17:32:58 UTC

[arrow-rs] branch master updated: update documentation (#648)

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new fe1e1f6  update documentation (#648)
fe1e1f6 is described below

commit fe1e1f68eb78bf093b1f6faa62a0fddcf0a69f82
Author: Ruihang Xia <wa...@gmail.com>
AuthorDate: Tue Aug 3 01:32:41 2021 +0800

    update documentation (#648)
    
    Signed-off-by: Ruihang Xia <wa...@gmail.com>
---
 dev/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/README.md b/dev/README.md
index b4ea02b..f9d2070 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -30,8 +30,8 @@ We have provided a script to assist with verifying release candidates:
 bash dev/release/verify-release-candidate.sh 0.7.0 0
 ```
 
-Currently this only works on Linux (patches to expand to macOS welcome!). Read
-the script for information about system dependencies.
+This works on Linux and macOS. Read the script for information about system
+dependencies.
 
 On Windows, we have a script that verifies C++ and Python (requires Visual
 Studio 2015):