Skip to content
Snippets Groups Projects

Add standalone implementation

Merged Recolic requested to merge impl/py-standalone into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
  • 9a9868b3
    . · 9a9868b3
    Recolic authored
+ 6
6
@@ -30,16 +30,16 @@ Secondly, choose an implementation: `standalone` impl only allows to unlock defa
<details>
<summary>Standalone Implementation</summary>
```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=standalone && cd ..
```
```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=standalone && cd ..
```
</details>
<details>
<summary>Lib Implementation</summary>
```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=lib && cd ..
```
```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=lib && cd ..
```
### Extra Dependency for "lib" implementation
Loading