From b634a29b138db0c23cc6b063832a01e1626e1c2c Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Sun, 29 Apr 2012 23:47:41 -0700 Subject: [PATCH] README: fix OCAMLPATH --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fbcc792..1f13453 100644 --- a/README +++ b/README @@ -49,8 +49,8 @@ must set some environment variables to make it use a directory to which you have write access. (Alternatively, you can complete the subsequent steps as root, e.g. using sudo) - mkdir -p $HOME/opt/lib/ocaml # or whatever - export OCAMLPATH=$HOME/opt/lib/ocaml:$OCAMLPATH + export OCAMLPATH=$HOME/opt/lib/ocaml # or whatever + mkdir -p $OCAMLPATH export OCAMLFIND_DESTDIR=$OCAMLPATH To verify your configuration, run