From 45a8f85608294355ec617d31ffe7c948f5e0bb7c Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sat, 6 Apr 2024 01:24:14 +1100 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9876469..80a74a0 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,10 @@ Fast zero-configuration single-binary simple queue service. ### Install +Ensure you have Rust installed. + ``` -# Ensure you have Rust installed. cargo install queued -# --format WILL DESTROY EXISTING CONTENTS. -queued --device /dev/my_block_device --format ``` ### Run