Skip to content

Commit

Permalink
Remove RELEASE_PROCESS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Jun 24, 2024
1 parent ec64807 commit 8977f38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@

<p align="center">

<a href="https://github.com/mstuttgart/atty/actions/workflows/main.yml">
<img alt="GitHub Workflow Status" src="https://github.com/mstuttgart/atty/actions/workflows/main.yml/badge.svg">
<a href="https://github.com/mstuttgart/atty/actions/workflows/test.yml">
<img alt="GitHub Workflow Status" src="https://github.com/mstuttgart/atty/actions/workflows/test.yml/badge.svg">
</a>

<a href="https://codecov.io/gh/mstuttgart/atty">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/mstuttgart/atty?color=fcd800">
</a>

<a href="https://pypi.org/project/atty">
Expand Down Expand Up @@ -43,11 +47,12 @@
## Install

The recommended way to get *atty* is to **install the latest stable release**:
The recommended way to get _atty_ is to **install the latest stable release**:

```sh
pip install atty
```

or using [pipx](https://github.com/pypa/pipx):

```sh
Expand All @@ -69,11 +74,11 @@ Example:

> [!TIP]
> You can get the oficial themes repository of `alacritty`:
>
>
> `git clone git@github.com:alacritty/alacritty-theme.git $HOME/.config/alacritty/themes/`

Next, run `atty` and select you favority theme:

> atty
```sh
Expand Down
24 changes: 0 additions & 24 deletions RELEASE_PROCESS.md

This file was deleted.

0 comments on commit 8977f38

Please sign in to comment.