Open leopiney opened 5 years ago
It took me a while to success on building Grenade on my machine, so I ended up creating a Docker image with all the steps for building Grenade from scratch.
I uploaded the image to Docker Hub: https://cloud.docker.com/repository/docker/leopiney/grenade
I don't mean this PR to be merged to master, but it might be useful for someone who wants to try grenade and skip the building process 😛
Just type docker run --interactive leopiney/grenade and you'll be running grenade with stack ghci
docker run --interactive leopiney/grenade
stack ghci
Related #77 #36 #27
You say you don't mean for this to be merged to master, but why not update the README.md with some instructions to build it with docker?
README.md
Well, actually that makes much more sense! I'll work on that 👍
It took me a while to success on building Grenade on my machine, so I ended up creating a Docker image with all the steps for building Grenade from scratch.
I uploaded the image to Docker Hub: https://cloud.docker.com/repository/docker/leopiney/grenade
I don't mean this PR to be merged to master, but it might be useful for someone who wants to try grenade and skip the building process 😛
Just type
docker run --interactive leopiney/grenade
and you'll be running grenade withstack ghci
Related #77 #36 #27