Issue Installing HSDS

I am following the quick start steps on github - https://github.com/HDFGroup/hsds. I am unable to start the server after executing the shell script (./runall.sh --no-docker).

Error:
$ ./runall.sh --no-docker
–no_docker option specified - using directory: /tmp/hs for socket and log files
using password file: admin/config/passwd.txt
no AWS or AZURE env set, using POSIX storage
no docker startup
Using posix storage: C:\Users\sami.a.khan\hsds\hsds_data
./runall.sh: line 176: hsds: command not found

Currently the --no-docker option is only supported on Mac & Linux.
There is an option issue on this in github: https://github.com/HDFGroup/hsds/issues/127

Added provisional no-docker support for Windows. See issue 127 above for details.