Skip to content

Commit

Permalink
Merge pull request #3 from liamtoaldo/patch-1
Browse files Browse the repository at this point in the history
Update README.md to include AUR instructions
  • Loading branch information
Alessandro-Salerno authored Dec 18, 2024
2 parents 66dd24c + 358c406 commit f1389ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Tarman solves this by automating the steps you would have to follow to install a

## How to install tarman
You can install tarman... with tarman...
### Install tarman with tarman

On Linux (x86-64):
```sh
Expand Down Expand Up @@ -65,6 +66,13 @@ curl -L "https://github.com/Alessandro-Salerno/tarman/raw/refs/heads/latest-buil
> echo "export PATH=~/.tarman/path/:\$PATH" >> ~/.bashrc && source ~/.bashrc
> ```
### Install Tarman from the AUR (Arch Linux and derivatives)
...or from the AUR.
Using your preferred AUR package manager (e.g. yay):
```sh
yay -S tarman-bin
```
## How to use tarman
This is a CLI tool, so the only way to interact with it (at the moment) is through the terminal. After installing it, type `tarman help` for a list of all commands and options.

Expand Down

0 comments on commit f1389ef

Please sign in to comment.