summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpurvesh-linux11 <purvesh.linux11@protonmail.com>2020-10-29 20:10:17 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-30 19:56:44 +0100
commit7500efffa5b554c4ab84b2a6f513fde2da2c41ce (patch)
treec0c118cc1481a2dc92379dfbcd948e1a5eea0101
parent80e8026416d5b40f651911a6fbbe1b6ea79d022b (diff)
add snap installation steps in redme
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65028c6..1bb9858 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,17 @@ If you have Rust 1.39 or higher, you can install `hexyl` from source via `cargo`
cargo install hexyl
```
+### Via snap package
+
+This package available on snapcraft with 5 different architechture `amd64`, `arm64`, `i386`, `ppc64el` and `s390x` with 4 different channel `stable`, `candidate`, `beta` and `edge`.
+
+You can install this package by running following commnad,
+```
+sudo snap install hexyl
+```
+
+This package is maintained by Github User [Purvesh Patel](https://github.com/purveshpatel511). You can find snap support repo [here](https://github.com/purveshpatel511/hexyl-snap). Feel free to open any snap related issues on [here](https://github.com/purveshpatel511/hexyl-snap/issues).
+
## License
Licensed under either of