Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YiNNx authored Feb 11, 2024
1 parent 9304b2f commit c230cc3
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c230cc3

Please sign in to comment.