From 27ef077ad48c03a436a4e73713bb756c3d968ef8 Mon Sep 17 00:00:00 2001 From: Lars Nieuwenhuizen Date: Fri, 2 Aug 2024 17:09:18 +0000 Subject: [PATCH 1/2] feat: Use a start command to start the loadbalancer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8749ea..2e7f8b8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Download the one suited for your system, extract the tarball and run it. ## Example with the above stated config.yaml -`./loadbalancer --config config.yaml` +`./loadbalancer start --config ~/loadbalancer.yaml` - The loadbalancer will now start on port 8080 - It will fire up the webservers as dummy backend servers because we set `startGivenServers` to true From 82fd4d08923981f93f09092bc99317a3fd1cb238 Mon Sep 17 00:00:00 2001 From: Lars Nieuwenhuizen Date: Fri, 2 Aug 2024 17:11:41 +0000 Subject: [PATCH 2/2] docs: Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e7f8b8..5f72d30 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ It's currently being built for Linux and MacOS Download the one suited for your system, extract the tarball and run it. -## Example with the above stated config.yaml +## Example with the above stated loadbalancer.yaml `./loadbalancer start --config ~/loadbalancer.yaml`