From 5b1adc008091e8c5781aca8bf4f4ebac26a48f6b Mon Sep 17 00:00:00 2001 From: Zenen Treadwell Date: Tue, 1 Feb 2022 09:12:37 -0800 Subject: [PATCH] changed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa82cd8..6c1773d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A collection of scripts for working with bare metal. ## Commands -`make acquisition` runs a script that downloads a file (in this case, an RPI image) and confirms it with a sha256 sum. +`make acquisition` runs a script that downloads a file (either Raspbian or Manjaro) and confirms it with a sha256 sum. `make imbuement` looks for available USBs attached to the device and writes an image to it.