From e3bf88d7a5b697f52ea8bdc99ab9838f0772ed3d Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Thu, 26 Aug 2021 11:51:39 +0300 Subject: [PATCH] Update README.md typo fix to true file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e071e..ec87e80 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To install the Flux Web UI: 1. Download the latest release from the [releases page](https://github.com/fluxcd/webui/releases) 2. Extract the binary from the downloaded archive -3. Run the server in your terminal: `./flux_webui` +3. Run the server in your terminal: `./flux-webui` 4. You will see a log message letting you know startup was successful: `2021-06-03T13:26:37.552-0700 INFO Serving on port 9000` 5. Navigate to [http://localhost:9000](http://localhost:9000)