utxo-workshop
utxo-workshop copied to clipboard
Unable to run ./target/release/utxo-workshop --dev --tmp on terminal
I am getting the following error:
./target/release/utxo-workshop : The term './target/release/utxo-workshop' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- ./target/release/utxo-workshop --dev --tmp
-
+ CategoryInfo : ObjectNotFound: (./target/release/utxo-workshop:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Please Help