Skip to content

Commit

Permalink
docs: update readme icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo committed Aug 18, 2022
1 parent fef2d9a commit 5a637c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ doc/api/
.flutter-plugins-dependencies

.DS_Store

.vscode/
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<div align="center">
<h1>lndart.clnapp</h1>

<img src="https://github.com/dart-lightning/icons/raw/main/main/res/mipmap-xxxhdpi/ic_launcher.png" />
<img src="https://raw.githubusercontent.com/dart-lightning/lndart.clnapp/main/assets/launcher_icon/web/icon-512.png" width="130" />

<p>
<strong> :dart: Cross platform app to manage remotely and locally a core lightning node :dart: </strong>
</p>

<h4>
<a href="https://github.com/dart-lightning">Project Homepage</a> | <a href="https://dart-lightning.github.io/lndart.clnapp">CLNAPP webapp</a>
</h4>

<a>
<img alt="GitHub Workflow Status" src="https://github.com/dart-lightning/lndart.clnapp/actions/workflows/build-ci.yml/badge.svg">
</a>

<a>
<img alt="Github Pages" src="https://github.com/dart-lightning/lndart.clnapp/actions/workflows/gh_pages.yml/badge.svg">
</a>
<a>

<a>
<img alt="Integeration Testing" src="https://github.com/dart-lightning/lndart.clnapp/actions/workflows/testing.yml/badge.svg">
</a>
</div>
Expand Down Expand Up @@ -65,7 +65,7 @@ sudo git clone https://github.com/dart-lightning/lndart.clnapp.git
make dep
make get
```

#### Linux(desktop)

- Enable the linux desktop to run the application
Expand All @@ -89,7 +89,7 @@ flutter run -d chrome
##### Emulator

- Find the device-id of android/emulator device connected

```bash
flutter devices
```
Expand Down

0 comments on commit 5a637c3

Please sign in to comment.