From 6789ed7f8616e4d90e8d6670f04fe815bd34462b Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Fri, 15 Nov 2024 01:03:23 +0100 Subject: [PATCH] Clean up cargo install instructions. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78db4fa..9ac6f3d 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,13 @@ sudo usermod -a -G tss "$USER" ### Other Linux (system install) -1. Clone the repository. -2. Run `cargo install --features=install totpm` to build the `totpm` binary. -3. Run `sudo ~/.cargo/bin/totpm init` to install `totpm` for all users on the system. +1. Run `cargo install --features=install totpm` to build and the `totpm` binary locally. +2. Run `sudo ~/.cargo/bin/totpm init` to install `totpm` for all users on the system. ### Other Linux (local install) -1. Clone the repository. -2. Run `cargo install totpm` to build and install the `totpm` binary. -3. Run `totpm init --local` to set up `totpm` for the current user. +1. Run `cargo install totpm` to build and install the `totpm` binary. +2. Run `totpm init --local` to set up `totpm` for the current user. ## Implementation details