Skip to content

Commit 71f2d6d

Browse files
committed
Update names in README.
1 parent 24cccaa commit 71f2d6d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
🚧 Excuse the mess, work in progress! 🚧
1+
# credentialsd
22

3-
# Linux Credential Manager API
3+
A Linux Credential Manager API.
4+
5+
(Previously called `linux-webauthn-platform-api`.)
46

57
## How to run
68

@@ -17,6 +19,8 @@ Package requirements:
1719
- libudev
1820
- desktop-file-utils
1921

22+
Using the web extension also requires `python3-dbus-next`.
23+
2024
For example, on Ubuntu:
2125

2226
```shell
@@ -34,8 +38,8 @@ sudo apt update && sudo apt install \
3438
### Compiling
3539

3640
```shell
37-
git clone https://github.com/linux-credentials/linux-webauthn-platform-api
38-
cd linux-webauthn-platform-api
41+
git clone https://github.com/linux-credentials/credentialsd
42+
cd credentialsd
3943
meson setup build -Dprofile=development
4044
ninja -C build
4145
```

0 commit comments

Comments
 (0)