We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10096f7 commit 92e2811Copy full SHA for 92e2811
1 file changed
getting_started/cli.md
@@ -30,6 +30,7 @@ nav_order: 1
30
Prerequisites:
31
- [Docker](https://www.docker.com/)
32
- Python
33
+- x86 CPU
34
35
> You may use the legacy shell script which does not require Python.
36
@@ -52,13 +53,16 @@ pip install git+https://github.com/Biometix/bqat-cli.git#subdirectory=cli
52
53
54
#### Pre-built executable
55
56
+> For offline deployment on Linux server.
57
+
58
[Download](https://github.com/Biometix/bqat-cli/releases/download/v1.7.1-beta/bqat){: .btn }
59
60
``` sh
61
# Grant execution permission to the EXE
62
sudo chmod +x bqat
63
```
64
65
66
<a name="usage">
67
## Usage
68
0 commit comments