Skip to content

Commit 6d3a553

Browse files
committed
docs: update plugin docs
1 parent 9bfb86d commit 6d3a553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ There are several limitations currently at https://pkg.go.dev/plugin.
99

1010
- The version of the operating system used to run the plugin binary and main binary must be the same as the one you used to build the plugin binary and main binary. For example, if you want to run the plugin binary and main binary on Ubuntu 20.04, you have to build it using Ubuntu 20.04.
1111

12+
With the limitations above, you will often encounter errors like this `/lib64/libc.so.6: version 'GLIBC_2.xx' not found (required by /my/app)`. So you need to build Tob from source directly.
13+
1214
### Getting started
1315

1416
- Clone the latest Tob code

0 commit comments

Comments
 (0)