Skip to content

Commit

Permalink
Add AUR introduction
Browse files Browse the repository at this point in the history
The AUR is a community-based location for PKGBUILDs, Arch's Install scripts.

There are two unofficial PKGBUILDs. The first, `bit`, does uses the [git tree from tag `v1.0.1`](https://github.com/chriswalz/bit/archive/v1.0.1.tar.gz) (will of course updated in future). The second, `bit-git`, clones the github repo and builds that.

I don't added a command for installing it, cause there is not **the** AUR helper. `yay` is maybe the largest, but not officially supported by Arch Linux.
  • Loading branch information
fossdd authored and chriswalz committed Mar 2, 2021
1 parent 9e0b642 commit d895cdc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,14 @@ zinit ice lucit wait"0" as"program" from"gh-r" pick"bit"
zinit light "chriswalz/bit"
```

*Note*: On Windows only the interactive prompt completion works not classic tab completion

#### using AUR (For Arch Linux Users)
For building a stable version from source, use the [`bit` package](https://aur.archlinux.org/packages/bit)

*Note*: On Windows only the interactive prompt completion works not classic tab completion
For building the latest git version from source, use the [`bit-git` package](https://aur.archlinux.org/packages/bit-git)

*Note*: These Packages are community-driven and not offically published my the bit maintainer.

Verify installation with:

Expand All @@ -309,4 +314,4 @@ Platform Support:
- Terminal.app (macOS)
- Command Prompt (Windows)
- WSL/Windows Subsystem for Linux (Windows)
- gnome-terminal (Ubuntu)
- gnome-terminal (Ubuntu)

0 comments on commit d895cdc

Please sign in to comment.