Skip to content

Commit 7483498

Browse files
authored
Update README.md (#532)
1 parent b3e3942 commit 7483498

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ curl -LO https://github.com/cnoe-io/idpbuilder/releases/download/$idpbuilder_la
3030
tar xvzf idpbuilder-$os-$arch.tar.gz
3131
```
3232

33+
Download latest extract idpbuilder binary
34+
```bash
35+
cd ~/bin
36+
curl -vskL -O https://github.com/cnoe-io/idpbuilder/releases/latest/download/idpbuilder-linux-amd64.tar.gz
37+
tar xvzf idpbuilder-linux-amd64.tar.gz idpbuilder
38+
```
39+
3340
You can then run idpbuilder with the create argument to spin up your CNOE IDP:
3441

3542
```bash

0 commit comments

Comments
 (0)