diff --git a/README.md b/README.md index 5e4b18f..ba1c4ed 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ For building the game you need an installation of `ghc` and `cabal-install`. There is a `shell.nix` file to build you a nix-shell environment as build environment. There is only one assumption in this file: -Aou have to have a recent version of -[Affection](https://github.com/nek0/affection) lying right beside the project -folder. I have not yet released the needed version of the engine on hackage. - To get the build environment, just run ``` @@ -78,13 +74,6 @@ cabal sandbox init in a terminal in the project folder. -After that you need to add the source location for the game engine to the -sandbox, which you need to have cloned on your disc beforehand. This is done by - -``` -cabal sandbox add-source /path/to/affection/ -``` - Now your sandbox is ready for installing all haskell dependencies by invoking ```