Skip to content

Commit

Permalink
Revise installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 21, 2024
1 parent e260c6a commit 53353e4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/src/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
## Installing binaries with conda

**Row** is available on [conda-forge] for the *linux-64*, *linux-aarch64*, *osx-64*,
*osx-arm64* architectures. Install with:
*osx-arm64* architectures. Install with [micromamba]:

```bash
mamba install row
micromamba install row
```

[conda-forge]: https://conda-forge.org/
[micromamba]: https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html

## Installing binaries manually

Expand All @@ -20,7 +21,7 @@ hardware architecture.

Extract the file:
```bash
tar -xvJf row-*.tar.xz
tar -xvf row-*.tar.zst
```

Place the executable `row` in a directory that is on your `$PATH`.
Expand All @@ -37,7 +38,7 @@ Install [Rust]. Then execute:
cargo install row --locked
```

Add `$HOME/.cargo/bin` to your `$PATH`.
Ensure that `$HOME/.cargo/bin` is on your `$PATH`.

> Note: You can keep your installation up to date with **[cargo-update]**.
Expand All @@ -56,4 +57,4 @@ Install row:
cargo install --path row --locked
```

Add `$HOME/.cargo/bin` to your `$PATH`.
Ensure that `$HOME/.cargo/bin` is on your `$PATH`.

0 comments on commit 53353e4

Please sign in to comment.