We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cccaa commit 71f2d6dCopy full SHA for 71f2d6d
1 file changed
README.md
@@ -1,6 +1,8 @@
1
-🚧 Excuse the mess, work in progress! 🚧
+# credentialsd
2
3
-# Linux Credential Manager API
+A Linux Credential Manager API.
4
+
5
+(Previously called `linux-webauthn-platform-api`.)
6
7
## How to run
8
@@ -17,6 +19,8 @@ Package requirements:
17
19
- libudev
18
20
- desktop-file-utils
21
22
+Using the web extension also requires `python3-dbus-next`.
23
24
For example, on Ubuntu:
25
26
```shell
@@ -34,8 +38,8 @@ sudo apt update && sudo apt install \
34
38
### Compiling
35
39
36
40
37
-git clone https://github.com/linux-credentials/linux-webauthn-platform-api
-cd linux-webauthn-platform-api
41
+git clone https://github.com/linux-credentials/credentialsd
42
+cd credentialsd
43
meson setup build -Dprofile=development
44
ninja -C build
45
```
0 commit comments