diff --git a/README b/README new file mode 100644 index 0000000..8c56edf --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +mesaflash +========= + +Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB/SPI boards + +Quickstart: +=========== + +From the top level directory, switch to the source directory: + + cd mesaflash + +In the source directory, install dependency and build: + + sudo apt-get install libpci-dev + make + +to run the software: + + ./mesaflash + +to get command line syntax: + + ./mesaflash --help