Time4VPS に Beehive をインストールする(失敗)

Time4VPS にワークフロー自動化ツールの Beehive をインストールする。

GitHub – muesli/beehive: A flexible event/agent & automation system with lots of bees
https://github.com/muesli/beehive

環境:Time4VPS(Linux 2:CPU 1 x 2.60 GHz、RAM: 2048 MB、Storage: 20 GB)の Ubuntu 20.04

(1)Go をインストール。

Ubuntu Linux 20.04 LTSに、Goをインストールする(+Emacs lsp-mode) – CLOVER
https://kazuhira-r.hatenablog.com/entry/2020/12/19/010344

(2)ソースからインストール。

$ git clone --recursive https://github.com/muesli/beehive.git
$ cd beehive
$ make

しかし、以下のコマンドを実行しても not found になってしまう。

$ beehive --help
-sh: 17: beehive: not found