From c230cc3a12fdd4499f90057be5e9fa2dfaaa33c2 Mon Sep 17 00:00:00 2001 From: YiNN Date: Mon, 12 Feb 2024 03:12:55 +0800 Subject: [PATCH] docs: update readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0d15c96..e5defb1 100644 --- a/README.md +++ b/README.md @@ -31,25 +31,28 @@ ### Installation -- Install using [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) +- #### Using [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) - ```shell - cargo install cmd-wrapped - cmd-wrapped - ``` +```shell +cargo install cmd-wrapped +``` -- Download from [Release](https://github.com/YiNNx/cmd-wrapped/releases/latest), unzip and run the binary file in the terminal: +- #### Download from [Release](https://github.com/YiNNx/cmd-wrapped/releases/latest) - ```shell - ./cmd-wrapped - ``` +Unzip, chmod and run the binary file in the terminal. -#### Nix❄️ +- #### Nix❄️ ```nix nix run nixpkgs#cmd-wrapped ``` +- #### Arch + +```shell +yay -S cmd-wrapped +``` + ### Usage ```shell