From 484f73b3f193f0fc650456790f794fbebf6f7096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20K=C3=B6rber?= <56073945+jakobkoerber@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:57:06 +0200 Subject: [PATCH] Fix Error on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 833a88aa..9481e82f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To update the generated stubs for the Campus, you need protoc installed, then ac dart pub global activate protoc_plugin export PATH="$PATH:$HOME/.pub-cache/bin" curl -o protos/tumdev/campus_backend.proto https://raw.githubusercontent.com/TUM-Dev/Campus-Backend/main/server/api/tumdev/campus_backend.proto -protoc --dart_out=grpc:lib/base/networking/apis -I./protos google/protobuf/timestamp.proto google/protobuf/empty.proto protos/tumdev/campus_backend.proto +protoc --dart_out=grpc:lib/base/networking/apis -I./protos google/protobuf/timestamp.proto google/protobuf/empty.proto tumdev/campus_backend.proto ``` ### Current needed Forks