From 3c66671311835c7ae7a61e19f92046ee913f9d39 Mon Sep 17 00:00:00 2001 From: drew Date: Thu, 31 Jul 2025 00:47:07 +0400 Subject: [PATCH] fix: add snapcraft to README [skip ci] also, rename the extension of the snapcraft config from yml to yaml --- README.md | 6 ++++++ snapcraft.yml => snapcraft.yaml | 0 2 files changed, 6 insertions(+) rename snapcraft.yml => snapcraft.yaml (100%) diff --git a/README.md b/README.md index 1ed46802926dd140ce51d38e865a379d312e6699..dd72b9cbe3b90fe795a2bd05047f6c9681dd0503 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ email-cli to get started. +### Install using Snap + +```bash +snap install andrinoff.email-cli +``` + ### Build from Source 🔨 Email CLI is written in **Go**. To build it manually: diff --git a/snapcraft.yml b/snapcraft.yaml similarity index 100% rename from snapcraft.yml rename to snapcraft.yaml