Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
added submodule cloning instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Reto Bachmann-Gmür committed Sep 8, 2012
1 parent ac42929 commit 41ce81d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Sling-Stanbol is compiled using maven version 3 or higher. You can download mave
As some of he dependecies are not (yet) available in maven central repository their
source is included as git submodules. They are built with the top level maven build.

make sure you have the submodules installed with

git submodule init
git submodule update

You can compile sling-stanbol by running `mvn install` in the directory where this readme file is located.

## Important note regarding Webdav
Expand Down

0 comments on commit 41ce81d

Please sign in to comment.