From 38248b183f1076e1fd9008744bb4a3369a17c7d3 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 21 Aug 2022 10:50:24 +0000 Subject: [PATCH] Update readme --- README.md | 6 ++++++ src/args.rs | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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