Skip to content

Commit 601820a

Browse files
Update README.md
1 parent df8e794 commit 601820a

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# actinia-cloudevent-plugin
22

3-
This is an example plugin for [actinia-core](https://github.com/mundialis/actinia_core) which adds a "Hello World" endpoint to actinia-core.
3+
This is an plugin for [actinia-core](https://github.com/mundialis/actinia_core) which adds cloudevent endpoints to actinia-core.
44

55
You can run actinia-cloudevent-plugin as an actinia-core plugin.
66

@@ -78,25 +78,6 @@ make integrationtest
7878
make devtest
7979
```
8080

81-
## Starting steps for own plugin
82-
If you want to have your own plugin you can use this repo to create it by
83-
executing the `scripts/create_own_plugin.sh`.
84-
85-
If you want the repo in git then you first have to create an empty git repository
86-
and then run the script. Then follow the last instructions from the script
87-
to upload the initial code to your git repository.
88-
89-
```bash
90-
bash create_own_plugin.sh actinia-ex2-plugin git
91-
```
92-
93-
If you only want your own plugin in a folder and not in git you can execute the
94-
script like this:
95-
96-
```bash
97-
bash create_own_plugin.sh actinia-ex2-plugin
98-
```
99-
10081
## Hint for the development of actinia plugins
10182

10283
### skip permission check

0 commit comments

Comments
 (0)