diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-10 09:49:51 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-10 17:38:03 +0530 |
commit | 82542902de23f14ea5641e4199c0a43fee251525 (patch) | |
tree | e86fa7b4081cf7fc17b5b468095f51d0bc5dc70c | |
parent | a308c61669dd80f76e79c00ac13ca17f11f7ecfd (diff) |
readme/installation/nix: init
-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 |