damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 2a42723b813d3b6ea7f2f887e14685a934e3968d
parent 839ef6a80d934cfd43b9b10192a6f69dadcc2511
Author: ericholguin <ericholguin@apache.org>
Date:   Sat,  7 Jun 2025 12:56:33 -0600

Update README

Small improvement to the Readme

Signed-off-by: ericholguin <ericholguin@apache.org>

Diffstat:
MREADME.md | 22+++++++++++++++++++---
Ademo1.png | 0
Dss.png | 0
3 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,10 +1,26 @@ -[![Run Test Suite](https://github.com/damus-io/damus/actions/workflows/run-tests.yaml/badge.svg?branch=master)](https://github.com/damus-io/damus/actions/workflows/run-tests.yaml) +<div align="center"> -# damus +<img src="./damus/Assets.xcassets/damus-home.imageset/damus-home@2x.png" alt="Damus Logo" title="Damus logo" width=""/> + +# Damus + +The social network you control A twitter-like [nostr][nostr] client for iPhone, iPad and MacOS. -<img src="./ss.png" width="50%" height="50%" /> +[![License: GPL-3.0](https://img.shields.io/github/license/damus-io/damus?labelColor=27303D&color=0877d2)](/LICENSE) + +## Download and Install + +[![Apple](https://img.shields.io/badge/Apple-%23000000.svg?style=for-the-badge&logo=apple&logoColor=white)](https://apps.apple.com/us/app/damus/id1628663131) + +## Supported Platforms + +iOS 16.0+ • macOS 13.0+ + +<img src="./demo1.png" width="70%" height="50%" /> + +</div> [nostr]: https://github.com/fiatjaf/nostr diff --git a/demo1.png b/demo1.png Binary files differ. diff --git a/ss.png b/ss.png Binary files differ.