From 0f73f475606e3070a8972dd6138608f35a087716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Wed, 22 May 2024 18:06:02 +0200 Subject: [PATCH] Update README.md --- codegen/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/codegen/README.md b/codegen/README.md index 5a6492a..cb39d7d 100644 --- a/codegen/README.md +++ b/codegen/README.md @@ -2,14 +2,8 @@ Generates Lua code from the Nakama and Satori API definitions (swagger and proto ## Usage -Generate Lua bindings for the Nakama and Satori REST APIs: +Generate Lua bindings for the Nakama and Satori REST APIs and the Nakama realtime API: ```shell -python generate-rest.py -``` - -Generate Lua bindings for the Nakama realtime API: - -```shell -python generate-nakama-realtime.py +./generate.sh ```