mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add snap install instructions (#210)
This commit is contained in:
parent
84bc6be822
commit
1948d80ec8
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
[](https://crates.io/crates/iamb)
|
[](https://crates.io/crates/iamb)
|
||||||
[](https://matrix.to/#/#iamb:0x.badd.cafe)
|
[](https://matrix.to/#/#iamb:0x.badd.cafe)
|
||||||
[](https://crates.io/crates/iamb)
|
[](https://crates.io/crates/iamb)
|
||||||
|
[](https://snapcraft.io/iamb)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -57,6 +58,14 @@ opi iamb
|
||||||
nix profile install "github:ulyssa/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
|
## Configuration
|
||||||
|
|
||||||
You can create a basic configuration in `$CONFIG_DIR/iamb/config.json` that looks like:
|
You can create a basic configuration in `$CONFIG_DIR/iamb/config.json` that looks like:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue