From 85a2bf41fc2ed0b6e377cc5257d0bb35d666105a Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Sat, 16 Sep 2023 16:01:15 -0700 Subject: [PATCH] Update README.md (#63) --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 01dd943..9624885 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ Options: -V, --version Print version ``` +## Features + +- Small, statically-linked binary on the Linux version +- Cool graphs +- Listing attached disks, and telling you their size and hardware model information +- Rich confirmation dialogs so you don't accidentally nuke your filesystem +- Automatically decompressing your input file for a variety of formats, including gz, bz2, and xz +- Validating your input file against a hash before burning, with support for md5, sha1, sha256, and more! +- Running sudo/doas/su for you if you forgot to run in `root` earlier (it happens) +- Verifying your disk to make sure it was written correctly +- Did I mention cool graphs? + ## How to install - Arch Linux: [download it from the AUR](https://aur.archlinux.org/packages/caligula-bin) @@ -49,18 +61,6 @@ Linux for other architectures theoretically works, but we are not making any gua We plan on supporting Windows, FreeBSD, and OpenBSD eventually. If you would like support for other OSes and architectures, please file an issue! -## Features - -- Small, statically-linked binary on the Linux version -- Cool graphs -- Listing attached disks, and telling you their size and hardware model information -- Rich confirmation dialogs so you don't accidentally nuke your filesystem -- Automatically decompressing your input file for a variety of formats, including gz, bz2, and xz -- Validating your input file against a hash before burning, with support for md5, sha1, sha256, and more! -- Running sudo/doas/su for you if you forgot to run in `root` earlier (it happens) -- Verifying your disk to make sure it was written correctly -- Did I mention cool graphs? - ## FAQ ### Why did you make this? @@ -121,4 +121,4 @@ To be fair, Rust doesn't have a very comprehensive standard library, and I only ### Will the binary ever get bigger? -I want to keep the binary very small. I want to keep the x86_64-linux version under 4MB, with 8MB as an absolute maximum. As of v0.3.0, it's only 2.66MB, which is pretty good! +I want to keep the binary very small. I want to keep the x86_64-linux version under 4MB as an absolute maximum. As of v0.3.0, it's only 2.66MB, which is pretty good!