Skip to content

Commit 530236e

Browse files
committed
Fix readme
1 parent 4f6f28d commit 530236e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It handles the traversal, concurrency, and data flow of visual graphs created in
2222
Requires **Go 1.25+**.
2323

2424
```bash
25-
git clone [https://github.com/actionforge/actrun-cli](https://github.com/actionforge/actrun-cli)
25+
git clone git@github.com:actionforge/actrun-cli.git
2626
cd actrun-cli
2727
go mod tidy
2828
go run . # to run without building
@@ -36,7 +36,7 @@ While `actrun` handles execution, visit [app.actionforge.dev](https://app.action
3636

3737
## 🚀 Usage
3838

39-
The basic syntax is `actrun [filename] [flags]`.
39+
The basic syntax is `actrun [filename|url] [flags]`.
4040

4141
### ▶️ 1. Execute a Graph
4242

0 commit comments

Comments
 (0)