17 lines
616 B
Markdown
17 lines
616 B
Markdown
|
|
|
|
## Getting Started from command line (CLI)
|
|
```shell
|
|
curl -Ls https://sh.jbang.dev | bash -s - trust add https://github.com/apache/
|
|
curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force camel@apache/camel
|
|
```
|
|
|
|
## Links
|
|
- https://github.com/apache/camel-k-examples
|
|
- https://camel.apache.org/camel-k/next/installation/installation.html
|
|
- https://camel.apache.org/camel-k/2.5.x/installation/installation.html
|
|
- https://camel.apache.org/camel-spring-boot/4.8.x/
|
|
- https://camel.apache.org/camel-k/2.5.x/
|
|
- https://camel.apache.org/manual/getting-started.html
|
|
- https://camel.apache.org/docs/index.html
|