Skip to content

Commit

Permalink
Add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Jan 30, 2025
1 parent df2e0bf commit 923645b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![CI](https://github.com/erskingardner/whitenoise/actions/workflows/ci.yml/badge.svg?event=push)
![Build](https://github.com/erskingardner/whitenoise/actions/workflows/build.yml/badge.svg?event=push)
![Release](https://github.com/erskingardner/whitenoise/actions/workflows/release.yml/badge.svg?event=push)

# White Noise

A secure, private, and decentralized chat app built on Nostr, using the MLS protocol under the hood.
Expand All @@ -12,7 +16,7 @@ White Noise is an implemenetation of the [NIP-104](https://github.com/nostr-prot

## Running White Noise

To build the app in release mode for desktop, run `bun tauri build`.
To build the app in release mode for desktop, run `bun tauri build`.

### MacOS

Expand All @@ -21,7 +25,7 @@ To build the app in release mode for desktop, run `bun tauri build`.

### Linux

- I haven't tried the app on Linux yet. Let me know how it goes!
- I haven't tried the app on Linux yet. Let me know how it goes!

### Windows

Expand Down

0 comments on commit 923645b

Please sign in to comment.