cli/README.md
Arija A. 7d897c44e9
Add installation instructions
Signed-off-by: Arija A. <ari@ari.lt>
2025-10-27 22:42:09 +02:00

20 lines
355 B
Markdown

# Ari-web CLI
> The ari-web CLI
## Installation
```sh
git clone https://git.ari.lt/ari.lt/cli
cd cli
python3 -m pip install --user --upgrade -r requirements.txt
mv awcli ~/.local/bin/awcli
chmod 700 ~/.local/bin/awcli
```
Then somewhere in your shell config add:
```sh
export _ARI_WEB_ADMIN_KEY='key'
export _ARI_WEB='https://ari.lt' # NO slash
```