Skip to content

Commit

Permalink
docs(README): add Arch Linux installation instructions (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Dec 12, 2024
1 parent 18ca71d commit bafadc0
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,37 @@ Generally, you can directly use CLI tool provide by CodeSnap to generate code sn
CodeSnap provide two ways to use it, you can use it as a CLI tool or as a library in your own project.

### CLI
For CLI tool, you can install it via `cargo`:
For CLI tool, you can install it for different platforms:

<details>
<summary>Arch Linux</summary>

[codesnap](https://aur.archlinux.org/packages/codesnap) is available on [AUR](https://aur.archlinux.org), you can install it using your preferred AUR helper. Example:

```bash
paru -S codesnap
```

</details>

<details>
<summary>Cargo</summary>

**Cargo**
```bash
cargo install codesnap-cli
```

**Homebrew**
</details>

<details>
<summary>Homebrew</summary>

```bash
brew install mistricky/tap/CodeSnap
```

</details>

Use `codesnap` command to generate code snapshot:

```bash
Expand Down

0 comments on commit bafadc0

Please sign in to comment.