Open GabrielPedroza opened 6 months ago
After following your commands in your README.md, attempting to run hhvm (for example hhvm src/hello.hack) and hh_client in the terminal does not run.
README.md
hhvm
hhvm src/hello.hack
hh_client
zsh: command not found: hhvm
In the hacklang docs site for docker, I ran this command:
docker pull hhvm/hhvm docker run --tty --interactive hhvm/hhvm:latest /bin/bash -l hhvm --version
and it worked but this container runs in /root folder so I am not able to use hhvm and hh_client. I'm new to hhvm so I'm not sure if I am doing something wrong.
After following your commands in your
README.md
, attempting to runhhvm
(for examplehhvm src/hello.hack
) andhh_client
in the terminal does not run.zsh: command not found: hhvm
In the hacklang docs site for docker, I ran this command:
and it worked but this container runs in /root folder so I am not able to use hhvm and hh_client. I'm new to hhvm so I'm not sure if I am doing something wrong.