Skip to content

Commit

Permalink
Updated app version and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Apr 15, 2024
1 parent 5483cef commit f184a13
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atac"
description = "Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less."
version = "0.11.2"
version = "0.11.3"
authors = ["julien-cpsn"]
edition = "2021"
license = "MIT"
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ATAC ⚔📩
- [Description](#description)
- [How to use](#how-to-use)
* [Install with cargo](#install-with-cargo)
* [Install with Homebrew](#install-with-homebrew)
* [Binary](#binary)
* [Compile by yourself](#compile-by-yourself)
- [Features](#features)
Expand Down Expand Up @@ -52,6 +53,23 @@ atac -h

Enjoy!

### Install with Homebrew

Simply use:
```shell
brew tap julien-cpsn/atac
brew install atac
```

Then:

```
atac -h
```

Enjoy!


### Binary

The binaries from the latest release can be found [here](https://github.com/Julien-cpsn/ATAC/releases/latest)
Expand Down

0 comments on commit f184a13

Please sign in to comment.