fix(docs): update docs to include how to run reset-admin-password

This commit is contained in:
perfectra1n
2026-01-14 11:53:57 -08:00
parent f229ca596f
commit 6135522730
2 changed files with 20 additions and 2 deletions
+4 -1
View File
@@ -62,7 +62,10 @@ Password: [your-generated-password]
View the logs with: `docker compose logs readur`
To reset the admin password later, run: `readur reset-admin-password`
To reset the admin password later:
```bash
docker compose exec readur readur reset-admin-password
```
## 📚 Documentation
+16 -1
View File
@@ -48,7 +48,10 @@ Password: [your-generated-password]
View the logs with: `docker compose logs readur`
To reset the admin password later, run: `readur reset-admin-password`
To reset the admin password later:
```bash
docker compose exec readur readur reset-admin-password
```
### What You Get
@@ -175,6 +178,18 @@ npm run build
# Built files in frontend/dist/
```
### Resetting Admin Password
For manual installations, reset the admin password using:
```bash
./target/release/readur reset-admin-password
```
Or if running via `cargo run`:
```bash
cargo run -- reset-admin-password
```
## Verifying Installation
After installation, verify everything is working: