Skip to content

Commit

Permalink
Update doc for installation via snap (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f authored Aug 6, 2022
1 parent e3a6fa7 commit 47d9025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion divoom_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Command line tool built on top of divoom APIs for controlling divoom devices, li
| Release | Status |
|:---:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Crates.io | [![Crates.io](https://img.shields.io/crates/v/divoom-cli?color=blue&style=flat-square&label=cargo%20install%20divoom-cli)](https://crates.io/crates/divoom-cli) | |
| Install | [![winget](https://img.shields.io/static/v1?style=flat-square&label=winget%20install%20DivoomCli&message=winget&color=blue)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/r12f/DivoomCli) |
| Install | [![winget](https://img.shields.io/static/v1?style=flat-square&label=winget%20install%20DivoomCli&message=winget&color=blue)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/r12f/DivoomCli) [![divoom-cli](https://snapcraft.io/divoom-cli/badge.svg)](https://snapcraft.io/divoom-cli) |
| Nuget<br/>packages | [![Nuget](https://img.shields.io/nuget/v/divoom-cli.windows.x86?style=flat-square&color=green&label=windows.x86)](https://www.nuget.org/packages/divoom-cli.windows.x86/) [![Nuget](https://img.shields.io/nuget/v/divoom-cli.windows.x64?style=flat-square&color=green&label=windows.x64)](https://www.nuget.org/packages/divoom-cli.windows.x64/) [![Nuget](https://img.shields.io/nuget/v/divoom-cli.windows.arm64?style=flat-square&color=green&label=windows.arm64)](https://www.nuget.org/packages/divoom-cli.windows.arm64/) <br/> [![Nuget](https://img.shields.io/nuget/v/divoom-cli.linux.x86?style=flat-square&color=green&label=linux.x86)](https://www.nuget.org/packages/divoom-cli.linux.x86/) [![Nuget](https://img.shields.io/nuget/v/divoom-cli.linux.x64?style=flat-square&color=green&label=linux.x64)](https://www.nuget.org/packages/divoom-cli.linux.x64/) [![Nuget](https://img.shields.io/nuget/v/divoom-cli.linux.arm?style=flat-square&color=green&label=linux.arm)](https://www.nuget.org/packages/divoom-cli.linux.arm/) [![Nuget](https://img.shields.io/nuget/v/divoom-cli.linux.arm64?style=flat-square&color=green&label=linux.arm64)](https://www.nuget.org/packages/divoom-cli.linux.arm64/) <br/> [![Nuget](https://img.shields.io/nuget/v/divoom-cli.linux.arm64?style=flat-square&color=green&label=macos.x64)](https://www.nuget.org/packages/divoom-cli.macos.x64/) |


Expand Down
2 changes: 1 addition & 1 deletion divoom_gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A REST API gateway with swagger UI provided that wraps divoom HTTP APIs for cont
| Release | Status |
|:---:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Crates.io | [![Crates.io](https://img.shields.io/crates/v/divoom-gateway?color=blue&style=flat-square&label=cargo%20install%20divoom-gateway)](https://crates.io/crates/divoom-gateway) | |
| Install | [![winget](https://img.shields.io/static/v1?style=flat-square&label=winget%20install%20DivoomGateway&message=winget&color=blue)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/r12f/DivoomGateway) |
| Install | [![winget](https://img.shields.io/static/v1?style=flat-square&label=winget%20install%20DivoomGateway&message=winget&color=blue)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/r12f/DivoomGateway) [![divoom-gateway](https://snapcraft.io/divoom-gateway/badge.svg)](https://snapcraft.io/divoom-gateway) |
| Nuget<br/>packages | [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.windows.x86?style=flat-square&color=green&label=windows.x86)](https://www.nuget.org/packages/divoom-gateway.windows.x86/) [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.windows.x64?style=flat-square&color=green&label=windows.x64)](https://www.nuget.org/packages/divoom-gateway.windows.x64/) [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.windows.arm64?style=flat-square&color=green&label=windows.arm64)](https://www.nuget.org/packages/divoom-gateway.windows.arm64/) <br/> [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.linux.x86?style=flat-square&color=green&label=linux.x86)](https://www.nuget.org/packages/divoom-gateway.linux.x86/) [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.linux.x64?style=flat-square&color=green&label=linux.x64)](https://www.nuget.org/packages/divoom-gateway.linux.x64/) [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.linux.arm?style=flat-square&color=green&label=linux.arm)](https://www.nuget.org/packages/divoom-gateway.linux.arm/) [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.linux.arm64?style=flat-square&color=green&label=linux.arm64)](https://www.nuget.org/packages/divoom-gateway.linux.arm64/) <br/> [![Nuget](https://img.shields.io/nuget/v/divoom-gateway.linux.arm64?style=flat-square&color=green&label=macos.x64)](https://www.nuget.org/packages/divoom-gateway.macos.x64/) |

```bash
Expand Down

0 comments on commit 47d9025

Please sign in to comment.