From 574a05424d3feb3b0ad4d5e6ab70cd9981210070 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 18 Aug 2025 15:54:46 -0700 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f71937..d6e2527 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Prerequisite: golang installed 1. Run `go generate` to ensure the generated API is up-to-date. This project uses [ogen](https://github.com/ogen-go/ogen). ```bash - go generate -run "go run github.com/ogen-go/ogen/cmd/ogen@latest --target api --clean openapi.yaml" + go generate ``` 2. Build the project. ```bash - go build git.itzana.me/strafesnet/maps-service + make build-backend ``` By default, the project opens at `localhost:8080`. @@ -47,8 +47,7 @@ AUTH_HOST="http://localhost:8083/" Prerequisite: rust installed -1. `cd validation` -2. `cargo run --release` +1. `cargo run --release -p maps-validation` Environment Variables: - ROBLOX_GROUP_ID