From 53efe7c6b784d1bce396d5c8397a3a7cea74b5ce Mon Sep 17 00:00:00 2001 From: David Allen Date: Tue, 16 Jul 2024 16:01:36 -0600 Subject: [PATCH] Added detail in README.md about emulator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd1620..49724f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The `magellan` CLI tool is a Redfish-based, board management controller (BMC) di ## Getting Started -[Build](#building) and [run on bare metal](#running-the-tool) or run and test with Docker using the [latest prebuilt image](#running-with-docker). +[Build](#building) and [run on bare metal](#running-the-tool) or run and test with Docker using the [latest prebuilt image](#running-with-docker). For quick testing, the repository integrates a Redfish emulator that can be ran by executing the `emulator/setup.sh` script or running `make emulator`. ## Building