aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Rashkovskii <[email protected]>2014-12-22 22:14:12 +0700
committerYurii Rashkovskii <[email protected]>2014-12-22 22:14:12 +0700
commit15af1824f9c8650189b015a63199e0ebb040e0e2 (patch)
tree69424939c2d3743ac480f0f18d9ea10f944d430d
parentc084f62b52b713c07954fa98ec278ca6483b7ce4 (diff)
parent9199b49f378c9cee5545db6ab10558785e166bf6 (diff)
downloadkerl-15af1824f9c8650189b015a63199e0ebb040e0e2.tar.gz
kerl-15af1824f9c8650189b015a63199e0ebb040e0e2.tar.bz2
kerl-15af1824f9c8650189b015a63199e0ebb040e0e2.zip
Merge pull request #90 from legoscia/patch-1
Fix README.md typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5491220..45e76df 100644
--- a/README.md
+++ b/README.md
@@ -209,13 +209,13 @@ You can specify the configure options to use when building Erlang/OTP with the K
#### Configure applications
-If non-empty, you can specify the subset of applications to use when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
+If non-empty, you can specify the subset of applications to use when building (and subsequent installing) Erlang/OTP with the KERL_CONFIGURE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
$ KERL_CONFIGURE_APPLICATIONS="kernel stdlib sasl" kerl build R15B01 r15b01_minimal
#### Configure disable applications
-If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
+If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line.
$ KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc" kerl build R16B02 r16b02_no_odbc