I am trying tp run a hyperldger fabric on my system for practice.. i am using a 64bit windows 7 system.. And i am using Docker Toolbox.. I have opened the Docker Quickstart Terminal and when i run
curl -sSL https://goo.gl/iX9dek ¦ bash
i get the following error:
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: <HTML>
Note:If you get an error running the above curl command, you may have too old a version of curl. Please visit the Prerequisites page for additional information on where to find the latest version.
I tried to update it using yum update curl.x86_64 command but it shows that yum and update are not found..
please help..