Skip to content

Commit

Permalink
Move section on cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Jan 27, 2024
1 parent e5814e8 commit 2e401f5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ install it using:
brew install csvlens
```

### Cargo

If you have [Rust](https://www.rust-lang.org/tools/install) installed, `csvlens` is available on
[crates.io](https://crates.io/crates/csvlens) and you can install it using:
```
cargo install csvlens
```

Or, build and install from source:
```
cargo install --path $(pwd)
```

### Arch Linux
`csvlens` is available as an [AUR package](https://aur.archlinux.org/packages/csvlens). You can install it using:
```
Expand All @@ -110,4 +97,17 @@ winget install --id YS-L.csvlens
`csvlens` is available on [pkgsrc](https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/textproc/csvlens/index.html). If you're using NetBSD you can install it using:
```
pkgin install csvlens
```

### Cargo

If you have [Rust](https://www.rust-lang.org/tools/install) installed, `csvlens` is available on
[crates.io](https://crates.io/crates/csvlens) and you can install it using:
```
cargo install csvlens
```

Or, build and install from source after cloning this repo:
```
cargo install --path $(pwd)
```

0 comments on commit 2e401f5

Please sign in to comment.