Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md installation #30

Closed
chriz-zeller opened this issue Oct 29, 2017 · 2 comments
Closed

Update README.md installation #30

chriz-zeller opened this issue Oct 29, 2017 · 2 comments

Comments

@chriz-zeller
Copy link
Contributor

Update README.md installation:

$ cabal update
$ cabal sandbox init
$ cabal unpack haskanoid            # or git clone http://github.com/ivanperez-keera/haskanoid
$ cd haskanoid-*                    # Game resources are here
$ cabal install
$ ./dist/build/haskanoid/haskanoid

should be:

$ cabal update
$ cabal unpack haskanoid            # or git clone http://github.com/ivanperez-keera/haskanoid
$ cd haskanoid-*                    # Game resources are here
$ cabal sandbox init
$ cabal install
$ ./dist/build/haskanoid/haskanoid
@dmaroulidis
Copy link
Contributor

Ok, I can fix that. Expect PR.

@dmaroulidis
Copy link
Contributor

PR #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants