diff --git a/README.md b/README.md index eb1f57d..c5cf568 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,12 @@ jade networking getcryst.al jade networking getcryst.al --ipv6 ``` +### setup zramd +```sh +# install and enable zramd +jade zramd +``` + ### configure users ```sh # make a new user called nonRootHaver, without sudo, easytohack as the password and bash as the default shell diff --git a/src/args.rs b/src/args.rs index 7a57073..46ffac7 100644 --- a/src/args.rs +++ b/src/args.rs @@ -45,8 +45,8 @@ pub enum Command { #[clap(name = "networking")] Networking(NetworkingArgs), - /// Set up zram - #[clap(name = "zram")] + /// Set up zramd + #[clap(name = "zramd")] Zram, /// Configure users and passwords