Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KCaverly committed Dec 21, 2022
1 parent a8e64ac commit c023c3d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# peaches

To install on linux systems:
peaches is a general purpose workflow organization tool for the terminal.
It was primarily built for my own personal common actions, and leverages common linux tools such as `ripgrep` and `tmux`.

## Installation

peaches is built to run on linux primarily.

```sh
wget https://raw.githubusercontent.com/KCaverly/peaches/main/install.sh -O - | sh
```

## Upgrade

To upgrade peaches to the latest version, please run `upgrade`.

```sh
peaches upgrade
```

This command will grab the latest install script from github, and update the version installed.

0 comments on commit c023c3d

Please sign in to comment.