For the command to be widely available, the binary needs to be executable and live in a directory listed in the PATH environment variable — so you can move the downloaded binary to one of the directories given by
echo $PATH
Alternatively, you can reference the binary by its path, so ./bs if you're in the directory where the binary was download, or /absolute/path/to/binary/bs
Hope that helps,
Ben