summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-13 09:01:30 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-13 09:01:30 +0100
commit7dd6be9aea87eeb775f9bc07e9e4eff96215b8c2 (patch)
tree4a10251ee6c96caa7d66d911650310c0b0c03cc6 /README.md
parent16b64cc804859083c3c7ea513bf86342ae0cb2fb (diff)
bookworm -> buster
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index 25551fd..d4c34bc 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,10 @@
> Wrapper around wallet2_api.h that can be called using C api.
+[![status-badge](https://ci.mrcyjanek.net/api/badges/5/status.svg?branch=rewrite-wip)](https://ci.mrcyjanek.net/repos/5/branches/rewrite-wip)
+
## Contributing
To contribute you can visit git.mrcyjanek.net/mrcyjanek/monero_c and open a PR, alternatively use any other code mirror or send patches directly.
-**IMPORTANT** I don't have time to write better README, please check Makefile for build instructions, in general it comes down to:
-
-```bash
-$ make download
-$ make host_depends
-$ make monero_linux_amd64 # or else, depending on your OS/arch
-$ make moneroc_linux_amd64 # or else, depending on your OS/arch
-``` \ No newline at end of file
+**IMPORTANT** I don't have time to write better README, please check `build_single.sh` for build instructions, in general it comes down to \ No newline at end of file