From 1948d80ec82705156fdb09c8fdb6e8a1c2216995 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Sat, 2 Mar 2024 21:48:46 +0000 Subject: [PATCH] Add snap install instructions (#210) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2c738ec..2d45619 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![License: Apache 2.0](https://img.shields.io/crates/l/iamb.svg?logo=apache)](https://crates.io/crates/iamb) [![#iamb:0x.badd.cafe](https://img.shields.io/badge/matrix-%23iamb:0x.badd.cafe-blue)](https://matrix.to/#/#iamb:0x.badd.cafe) [![Latest Version](https://img.shields.io/crates/v/iamb.svg?logo=rust)](https://crates.io/crates/iamb) +[![iamb](https://snapcraft.io/iamb/badge.svg)](https://snapcraft.io/iamb) ## About @@ -57,6 +58,14 @@ opi iamb nix profile install "github:ulyssa/iamb" ``` +### Snap + +A snap for Linux distributions which [support](https://snapcraft.io/docs/installing-snapd) the packaging system. + +``` +snap install iamb +``` + ## Configuration You can create a basic configuration in `$CONFIG_DIR/iamb/config.json` that looks like: