Added detail in README.md about emulator

This commit is contained in:
David Allen 2024-07-16 16:01:36 -06:00
parent fcd2aae259
commit 53efe7c6b7
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -4,7 +4,7 @@ The `magellan` CLI tool is a Redfish-based, board management controller (BMC) di
## Getting Started ## 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 ## Building