summaryrefslogtreecommitdiffstats
path: root/quickstart/README
blob: 9f74a11f767f5cdf2f59ba3cd1de78a7abcb0455 (plain)
1
2
3
4
5
6
7
The "ontogen" symlink mimics the git submodule within consuming repo.

When using this subdir as a start point for a new project, follow this:

$ rm -rf ontogen
$ git submodule add git://fedorapeople.org/home/fedora/jpokorny/public_git/ontogen.git
$ for f in Makefile, .gitignore do; ln -s {ontogen/quickstart/,}.$f; done