Skip to content

Commit 9af754b

Browse files
committed
update readme.md
1 parent 8d1d561 commit 9af754b

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

readme.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,10 @@ The library will automatically manage the registration and login process, with s
1212
- [ ] Brute force attacks
1313

1414

15-
Please remember that this library is still being developed, some features might not be already available and others might not work at all 😊.
16-
17-
1815
## How to install the library:
19-
1. Add the following code block to the composer.json file:
20-
```json
21-
"repositories": [
22-
{
23-
"type": "vcs",
24-
"url": "git@github.com:franky5831/CI4-PCKG-UserLib.git"
25-
}
26-
],
27-
```
28-
Since this is a private repository, you need to add that line to your composer.json file.
29-
30-
2. Run the following command in your terminal:
16+
Run the following command in your terminal:
3117
```bash
32-
composer require franky5831/ci4-pckg-test
18+
composer require franky5831/codeigniter4-user-library
3319
```
20+
21+
Please remember that this library is still being developed, some features might not be already available and others might not work at all 😊.

0 commit comments

Comments
 (0)