Permalink
Browse files

README: fix OCAMLPATH

  • Loading branch information...
1 parent ec014de commit b634a29b138db0c23cc6b063832a01e1626e1c2c @mlin committed Apr 30, 2012
Showing with 2 additions and 2 deletions.
  1. +2 −2 README
View
4 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

0 comments on commit b634a29

Please sign in to comment.