-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
Gastón Palomeque edited this page Feb 5, 2021
·
11 revisions
$ docker run -it gastonpalomeque/kure sh
brew install kure
scoop install kure
curl -Ls https://api.github.com/repos/GGP1/kure/releases/latest \
| grep -wo "https.*linux-amd64*.tar.gz" \
| wget -qi - \
&& tar xvfz kure*.tar.gz \
&& sudo mv kure /usr/local/bin/ \
&& rm kure*.tar.gz
- Add kure's binary file to the $PATH environment variable
- (Optional, see configuration) Set the "KURE_CONFIG" environment variable and restart the terminal after it:
setx KURE_CONFIG "absolute_path_to_your_config_file"
$ git clone https://github.com/GGP1/kure
$ cd kure
$ make install OR go install -ldflags="-s -w" .
kure - Cross-platform command-line password manager with sessions.