From 0dd040fbef7e662d6e9233f7fee9becfd3c61368 Mon Sep 17 00:00:00 2001 From: Sergey Yakovlev Date: Tue, 4 May 2021 16:58:06 +0300 Subject: [PATCH] fix typo. Signed-off-by: Sergey Yakovlev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 613e153..6a22d2a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Additionally you can override the destination of installation: PLUGIN_FOLDER=/path/to/plugin/folder make install ``` -Note that the plugin has to be built for target OS and archetecture (`make build` +Note that the plugin has to be built for target OS and architecture (`make build` and `make install` do that,) but if you want to redistribute the plugin for other people to use you have to cross-compile it (for example you can use [gox].)