I have tried to install wasmd on Ubuntu.
git clone https://github.com/CosmWasm/wasmd.git
cd wasmd
git checkout v0.23.0
make install
But when I tried wasmd version
, I met wasmd: command not found
.
It seems like the problem of PATH
setting but I don't know what to do.
Is there anybody who would help me with solving this issue?