Creating stake pool error (from Coincashew guide)

I am going through the set up using:

https://www.coincashew.com/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node#3-configure-the-nodes

and I’m running into an error copying files at the end of step 2:

sudo cp $(find $HOME/git/cardano-node/dist-newstyle/build -type f -name “cardano-cli”) /usr/local/bin/cardano-cli

The error is saying:

cp: missing desintation file operan after ‘/usr/local/bin/cardano-cli’

Has anyone else run into this problem?

It’s this destination avilable?
Try cd /usr/local/bin

That’s a good point. It may not have been. I ended up deleting the files and starting the process using the github instructions. I made it further in the process, but ran into problems when I ran ./cnode.sh

I’m going to post this error in a new thread.