# Installing GHC under the home directory 1. [Install stack][stack]. 1. Run `stack setup` as a normal user. This will install GHC for you (under `~/.stack`). 1. Run `stack ghci` to start ghci. Please see the rest of the page linked above on how to use stack to create and build projects. [stack]: https://github.com/commercialhaskell/stack/blob/master/README.md [stack-video]: https://youtu.be/sRonIB8ZStw