Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ The backend is a standalone FastAPI application. The full API is documented via
Create API keys from the web UI (Profile → API Keys) for headless access. See the [API Reference](https://docs.librislog.app/api/) for details.

```bash
cd backend
uv sync
cd backend
uv run alembic upgrade head
uv run uvicorn app.main:app --reload
```
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LibrisLog includes a command-line tool for common development tasks. It automate
From the repository root:

```bash
cd cli
uv sync
cd cli
```

Then run commands with:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/developer-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Requirements:
Steps:

```bash
cd backend
uv sync
cd backend
uv run alembic upgrade head
uv run uvicorn app.main:app --reload --port 8000
```
Expand Down
Loading