Skip to content

Commit

Permalink
Readme Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
macro21KGB committed Apr 26, 2022
1 parent 97d0daa commit d494ebf
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Aks-Cli

The (unofficial) AllKeyShop CLI from searching game directly into your terminal!!!
**The (unofficial) AllKeyShop CLI from searching game directly into your terminal!!!**

!![alt text](image url "image Title")
![alt text](./screenshots/akscli-image.png)

# Installation
> Make sure you have the **xmllint** command
you can copy the **akscli** script or use this one-line install

(this will download it into your /usr/local/bin)
```bash

sudo curl -sSL https://raw.githubusercontent.com/macro21KGB/akscli/main/akscli -o /usr/local/bin/akscli
sudo chmod +x ~/.local/bin/akscli
```

# Usage

After that you can run it with:
```bash
aksli
```
or open help with -h [--help]
```bash
_ _ _
__ _| | _____ ___| (_)
/ _` | |/ / __|_____ / __| | |
| (_| | <\__ |_____| (__| | |
\__,_|_|\_|___/ \___|_|_|
Check the AllkeyShop Prices from your terminal (Unofficial)
Syntax: akscli [-h]
options:
h Print this Help.
created by macro21KGB (https://github.com/macro21KGB)
-----------------------------------------------------
```

0 comments on commit d494ebf

Please sign in to comment.