summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2016-08-06 13:58:55 +0300
committerСковорода Никита Андреевич <chalkerx@gmail.com>2016-09-20 15:30:12 +0300
commitfe69d0d0a410493abe9867916c42ee372c3b261f (patch)
tree13a6125f719a9522b75196498708896058efdd20 /tools/icu
parent5f2994723048f6d433cece23af0e11bdd97e0896 (diff)
downloadandroid-node-v8-fe69d0d0a410493abe9867916c42ee372c3b261f.tar.gz
android-node-v8-fe69d0d0a410493abe9867916c42ee372c3b261f.tar.bz2
android-node-v8-fe69d0d0a410493abe9867916c42ee372c3b261f.zip
tools: clean up icu/README.md formatting
1. Normalize headings. 2. Specify language in all code blocks. PR-URL: https://github.com/nodejs/node/pull/8660 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'tools/icu')
-rw-r--r--tools/icu/README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/tools/icu/README.md b/tools/icu/README.md
index 6c08bf1598..2e53563cdd 100644
--- a/tools/icu/README.md
+++ b/tools/icu/README.md
@@ -1,13 +1,11 @@
-Notes about the icu directory.
-===
+# Notes about the icu directory.
-How to upgrade ICU
----
+## How to upgrade ICU
- Make sure your node workspace is clean (clean `git status`) should be sufficient.
- Configure Node with the specific [ICU version](http://icu-project.org/download) you want to upgrade to, for example:
-```
+```shell
./configure \
--with-intl=small-icu \
--with-icu-source=http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.zip
@@ -21,7 +19,7 @@ version specific stuff)
- Verify the node build works
-```
+```shell
make test-ci
```
@@ -36,7 +34,7 @@ Also running
- Now, copy `deps/icu` over to `deps/icu-small`
-```
+```shell
python tools/icu/shrink-icu-src.py
```
@@ -44,7 +42,7 @@ python tools/icu/shrink-icu-src.py
(TODO: fix this when these options become default)
-```
+```shell
./configure --with-intl=small-icu --with-icu-source=deps/icu-small
make
```
@@ -64,7 +62,7 @@ This is a big commit, so make this a separate commit from other changes.
the `configure_intl()` function. It should match the ICU URL used in the
first step. When this is done, the following should build with full ICU.
-```
+```shell
# clean up
rm -rf out deps/icu deps/icu4c*
./configure --with-intl=full-icu --download=all
@@ -76,8 +74,7 @@ make test-ci
-----
-Notes about these tools
----
+## Notes about these tools
The files in this directory were written for the node.js effort. It's
the intent of their author (Steven R. Loomis / srl295) to merge them