diff options
author | Michael Schubert <schu@schu.io> | 2012-06-29 19:23:36 +0200 |
---|---|---|
committer | Michael Schubert <schu@schu.io> | 2012-07-10 14:56:54 +0200 |
commit | 13f9eb242d318508c6d98c886e767ecef4a22ff2 (patch) | |
tree | e90f42eb7ed1e29ecb41dfc46b460a0b0fe813e3 /examples/README.md | |
parent | b00e9216058e58fd17d27df55cac3b991ad7bd31 (diff) | |
download | libgit2-13f9eb242d318508c6d98c886e767ecef4a22ff2.tar.gz |
examples: add README
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 000000000..38d1ed86b --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +libgit2 examples +================ + +These examples might don't work on all platforms and are meant as thin, +easy-to-read snippets for docurium (https://github.com/github/docurium) +rather than full-blown implementations of Git commands. + +For a HTML version check "Examples" at http://libgit2.github.com/libgit2 |