Skip to content

Commit 3253dd1

Browse files
docs(readme): add Arch Linux installation instructions (#22)
Co-authored-by: Markus Unterwaditzer <[email protected]>
1 parent 521cfa3 commit 3253dd1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ common commands (`yarn`, `npm`, `node`).
3333

3434
## Installation
3535

36-
[Download the latest binary](https://github.com/untitaker/quickenv/releases) and:
36+
Install quickenv:
37+
38+
* [from GitHub](https://github.com/untitaker/quickenv/releases) as a standalone binary
39+
* [from AUR for ArchLinux](https://aur.archlinux.org/packages/quickenv), e.g. `paru -S quickenv`
40+
* [or build from source](#ref-build-from-source)
41+
42+
Then set it up in your shell:
3743

3844
```bash
3945
# Into your bashrc/zshrc. This should be at the front of your PATH, such that
@@ -55,7 +61,9 @@ Some notes:
5561

5662
* `quickenv` assumes a POSIX environment.
5763

58-
### Installation from source
64+
<a name=ref-build-from-source></a>
65+
66+
### Building from source
5967

6068
```bash
6169
cargo install quickenv # latest stable release

0 commit comments

Comments
 (0)