Skip to content

Commit a8240e7

Browse files
committed
docs: Add local execution instructions to README
1 parent 4bc6d64 commit a8240e7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,14 @@ export NEBIUS_API_BASE="https://api.tokenfactory.nebius.com/v1/"
6969

7070
## Usage
7171

72-
### CLI Commands
72+
### Run Locally (Non-Docker)
73+
Ensure you have installed the package and set your credentials (see Configuration).
7374

75+
```bash
76+
secnodeapi --target http://api.example.com/swagger.json
77+
```
78+
79+
### CLI Commands & Options
7480
Run against a remote schema:
7581
```bash
7682
secnodeapi --target https://api.example.com/swagger.json

0 commit comments

Comments
 (0)