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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user