Updated Getting Started (markdown)
parent
3f41fac183
commit
b184ef63f8
|
@ -9,8 +9,26 @@ in order to make sure that the daemon automatically starts on boot, and that the
|
|||
Setup goldwarden as a task to startup according to https://superuser.com/questions/1168587/how-to-run-an-exe-application-as-a-background-task-on-startup. The command should be `goldwarden.exe daemonize`.
|
||||
|
||||
## Mac
|
||||
Install a pinentry:
|
||||
```
|
||||
brew install pinentry-mac
|
||||
```
|
||||
|
||||
Setup goldwarden to start up using launchd or a startup script as described here: https://superuser.com/a/995564
|
||||
|
||||
|
||||
### GUI
|
||||
To set up the gui, you need to install a few dependencies:
|
||||
```
|
||||
brew install gtk4
|
||||
brew install pygobject3
|
||||
brew install libadwaita
|
||||
brew install adwaita-icon-theme
|
||||
```
|
||||
|
||||
Compile the blueprints and the core daemon.
|
||||
Then, you can start the ui.
|
||||
|
||||
# Setting up your vault & logging in
|
||||
|
||||
Next, set a pin for your vault:
|
||||
|
|
Loading…
Reference in New Issue