github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/scripts/install/README.md (about)

     1  # Installation script
     2  This script should be used for new events installation for your custom DevBot. Otherwise your custom event will not be catched by the system properly
     3  
     4  ### Before run
     5  Make sure that you added your event into `events/defined-events.go` file. 
     6  
     7  ### How to use
     8  run `make build-installation-script && scripts/install/run --event_alias={YOUR_ALIAS_NAME}`