Skip to content

Commit 92e2811

Browse files
authored
doc: update cpu requirement
1 parent 10096f7 commit 92e2811

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

getting_started/cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ nav_order: 1
3030
Prerequisites:
3131
- [Docker](https://www.docker.com/)
3232
- Python
33+
- x86 CPU
3334

3435
> You may use the legacy shell script which does not require Python.
3536
@@ -52,13 +53,16 @@ pip install git+https://github.com/Biometix/bqat-cli.git#subdirectory=cli
5253

5354
#### Pre-built executable
5455

56+
> For offline deployment on Linux server.
57+
5558
[Download](https://github.com/Biometix/bqat-cli/releases/download/v1.7.1-beta/bqat){: .btn }
5659

5760
``` sh
5861
# Grant execution permission to the EXE
5962
sudo chmod +x bqat
6063
```
6164

65+
6266
<a name="usage">
6367
## Usage
6468

0 commit comments

Comments
 (0)