Skip to content

Commit

Permalink
chore: Add disclaimer to README
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 22, 2024
1 parent f9950aa commit 879f04d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@

## Installation

> \[!WARNING\]
> `st` was written on a weekend for my own personal use, and may not be entirely stable. You're welcome to use it
> in its current state, though don't get mad at me if the tool messes up your local tree. I'll remove this warning once
> I feel that it's stable for my own usecase.
You can install `st` with:

```sh
git clone https://github.com/clabby/st && \
cd st && \
cargo install --bin st --force
cargo install --bin st --path . --force
```

## What are Stacked PRs?
Expand Down

0 comments on commit 879f04d

Please sign in to comment.