Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OCamlPro/opam
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Nov 28, 2012
2 parents 21ecb3d + 79c3c15 commit b241f0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shell/install.sh
@@ -0,0 +1,9 @@
#!/bin/bash

# TODO: make this script BSD-compatible

git clone --depth 1 git://github.com/OCamlPro/opam.git
cd opam
./configure --prefix=/usr/local
make
sudo make install

0 comments on commit b241f0d

Please sign in to comment.