Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Aug 17, 2024
1 parent 2b3e267 commit 5bd2b95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
rust-version = "1.79"
license = "MIT"
readme = "README.md"
documentation = "https://github.com/Julien-cpsn/ATAC/wiki"
documentation = "https://atac.julien-cpsn.com/"
homepage = "https://github.com/Julien-cpsn/ATAC"
repository = "https://github.com/Julien-cpsn/ATAC"
keywords = ["API", "Client", "TUI", "Postman", "Insomnia"]
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The philosophy of ATAC is to be free, account-less, and offline for now and fore
### Install with cargo

> [!IMPORTANT]
> First, make sure your rust version is at least 1.78
> First, make sure your rust version is at least 1.79
Simply use:
```shell
Expand Down Expand Up @@ -116,7 +116,7 @@ The binaries from the latest release can be found [here](https://github.com/Juli
### Compile by yourself

> [!IMPORTANT]
> First, make sure your rust version is at least 1.76
> First, make sure your rust version is at least 1.79
Simply clone the repository and use:

Expand Down Expand Up @@ -206,6 +206,7 @@ cargo run -- -h
- Auto-completion on env file variables
- Handle "home" and "end" keys in the body editor (https://github.com/Julien-cpsn/ATAC/issues/93)
- Manage multipart Content-type header (auto-generated for now) https://github.com/seanmonstar/reqwest/issues/2259
- Go from syntect to tree-siter (because syntect causes a little memory leak)
- **To fix**
- Query parameters bug
Expand All @@ -226,8 +227,9 @@ cargo run -- -h
## Documentation
> [!NOTE]
> Documentation will soon be published in the wiki section
Here is the documentation: https://atac.julien-cpsn.com/
If you think something is missing, please contribute!
## Others
Expand Down

0 comments on commit 5bd2b95

Please sign in to comment.