Skip to content

Commit

Permalink
Updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Apr 15, 2024
1 parent fddb197 commit 43c3efa
Show file tree
Hide file tree
Showing 3 changed files with 21 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.0"
version = "0.11.1"
authors = ["julien-cpsn"]
edition = "2021"
license = "MIT"
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ATAC ⚔📩

- [Description](#description)
- [How to use](#how-to-use)
* [Install with cargo](#install-with-cargo)
* [Binary](#binary)
* [Compile by yourself](#compile-by-yourself)
- [Features](#features)
Expand All @@ -33,6 +34,24 @@ The philosophy of ATAC is to be free, account-less, and offline for now and fore

## How to use

### Install with cargo

> [!IMPORTANT]
> First, make sure your rust version is at least 1.76
Simply use:
```shell
cargo 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 43c3efa

Please sign in to comment.