Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Aug 31, 2023
1 parent 6ca9903 commit 74acf4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,15 @@ This call is synchronous. sputnik continues to run on current goroutine till
In order to use kill(ShootDown of sputnik) function, launch and kill should run
on different go-routines.

## Adding blocks to the build

For adding blocks to the build use **blank imports**:
```go
import (
// Attach blocks packages to the process:
_ "github.com/memphisdev/memphis-protocol-adapter/pkg/syslogblocks"
)
```
## Never Asked Questions

- [I'd like to create stand alone process without any server. Is it possible?](#id-like-to-create-stand-alone-process-without-any-server-is-it-possible)
Expand Down

0 comments on commit 74acf4b

Please sign in to comment.