From 9f3e63f201801e2d1c78f6e882a4f405a17cd7f9 Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Fri, 1 Mar 2019 16:24:09 +0100 Subject: [PATCH] Update README.md to use git instead of svn. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b6e50..f97f8d5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ It sets up `ccache` to share cached compiler output in `./tmp/.ccache` and expec - install [Docker](http://docker.io) - bring in ICU source - svn co http://source.icu-project.org/repos/icu/trunk src/icu + cd src + git clone --branch master --depth 1 https://github.com/unicode-org/icu.git + cd icu + git lfs fetch + git lfs checkout + cd ../.. - run tests