diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,5 +1,5 @@ npass ------ +===== ![npass.png](https://static.sinanmohd.com/git/npass.png) npass is a [passwordstore](https://www.passwordstore.org/) and @@ -9,7 +9,7 @@ Send patches to e-mail address or matrix room listed in the [Contact](#Contact) section. Todo ----- +==== - [x] cmdline - [x] pass init - [x] pass ls @@ -24,19 +24,28 @@ Todo - [x] pkg Dependencies ------------- +============ - meson (*Compile-time) - gpgme Installation ------------- +============ +nix +--- +``` +nix profile install github:sinanmohd/npass +``` +meson +----- ``` +git clone https://git.sinanmohd.com/npass +cd npass meson setup build meson compile -C build meson install -C build ``` Contact ------- +======= - matrix: [#chat:sinanmohd.com](https://matrix.to/#/#chat:sinanmohd.com) - e-mail: sinan [at] sinanmohd.com |