installation of gotp

I have installed Go on my system, but how can I install gotop? https://github.com/cjbassi/gotop

The following is directly from the page you referenced

Prebuilt binaries

Note: Doesn’t require Go.
Clone the repo and then run scripts/download.sh to download the correct binary for your system from the releases tab:
git clone --depth 1 GitHub - cjbassi/gotop: A terminal based graphical activity monitor inspired by gtop and vtop /tmp/gotop
/tmp/gotop/scripts/download.sh
Then move gotop into your $PATH somewhere.

As described, since the binaries are already compiled, there is no need to download source and compile with your Go language tools.

TSU