diff options
author | tastytea | 2020-01-03 06:08:47 +0100 |
---|---|---|
committer | tastytea | 2020-01-03 06:09:43 +0100 |
commit | 809eada352a88d78c4239572cf9146fd0a2029b7 (patch) | |
tree | 5c259dc4561aeab1085a5ece866eab1628d55c51 | |
download | mastodonpp-809eada352a88d78c4239572cf9146fd0a2029b7.tar mastodonpp-809eada352a88d78c4239572cf9146fd0a2029b7.tar.gz mastodonpp-809eada352a88d78c4239572cf9146fd0a2029b7.zip |
Minimal readme.
-rw-r--r-- | README.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..4842e1c --- /dev/null +++ b/README.adoc @@ -0,0 +1,9 @@ += mastodonpp +:toc: preamble +:project: mastodonpp +:uri-base: https://schlomp.space/tastytea/{project} +:uri-branch-main: {uri-base}/src/branch/main +:uri-mastodon-cpp: https://schlomp.space/tastytea/mastodon-cpp + +*{project}* is a C++ wrapper for the Mastodon API. It replaces + link:{uri-mastodon-cpp}[mastodon-cpp]. |