You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,26 @@ This can be useful in several ways:
16
16
* Use within CI to perform integration testing.
17
17
* Use as a local development environment for platform engineers.
18
18
19
-
## Getting Started
19
+
## Installation
20
+
### Using [Homebrew](https://brew.sh)
21
+
+ Stable Version
22
+
23
+
```bash
24
+
brew install cnoe-io/tap/idpbuilder
25
+
```
26
+
+ Specific Stable Version
27
+
28
+
```bash
29
+
brew install cnoe-io/tap/idpbuilder@<version>
30
+
```
31
+
+ Nightly Version
20
32
21
-
The easiest way to get started is to grab the idpbuilder binary for your platform and run it. You can visit our [nightly releases](https://github.com/cnoe-io/idpbuilder/releases/latest) page to download the version for your system, or run the following commands:
33
+
```bash
34
+
brew install cnoe-io/tap/idpbuilder@nightly
35
+
```
36
+
37
+
### From Releases
38
+
Another way to get started is to grab the idpbuilder binary for your platform and run it. You can visit our [releases](https://github.com/cnoe-io/idpbuilder/releases) page to download the version for your system, or run the following commands:
You can then run idpbuilder with the create argument to spin up your CNOE IDP:
41
60
42
61
```bash
43
62
./idpbuilder create
44
63
```
45
64
46
-
For more detailed information, checkout our [documentation website](https://cnoe.io/docs/reference-implementation/idpbuilder) on getting started with idpbuilder.
65
+
For more detailed information, checkout our [documentation](https://cnoe.io/docs/idpbuilder) on getting started with idpbuilder.
0 commit comments