Skip to content

Commit

Permalink
Merge pull request #9 from roubert/docs
Browse files Browse the repository at this point in the history
Update README.md to use git instead of svn.
  • Loading branch information
roubert authored Mar 1, 2019
2 parents 4fa8bcb + 9f3e63f commit b61c225
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b61c225

Please sign in to comment.