1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

docs: note go mod tidy step

This commit is contained in:
2025-07-01 13:52:34 +02:00
parent 73362a4358
commit b399512cc1
+1 -1
View File
@@ -27,7 +27,7 @@ The resulting image serves the static files with nginx on port 80.
## Backend
The Go backend resides under `backend/`. To build and run it locally you need Go
installed:
installed. Before compiling, ensure dependencies are downloaded by running `go mod tidy` inside `backend/src`:
```bash
cd backend/src