Skip to content

Commit

Permalink
Clean up cargo install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Nov 15, 2024
1 parent edac595 commit 6789ed7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6789ed7

Please sign in to comment.