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

Help openSUSE users on the QuickStart guide. #211

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions page/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ need to install a newer version of yesod-bin. Try running `stack build
yesod-bin-1.4.11` and rerunning `stack exec -- yesod devel`. Also, if you choose
the "mini" scaffolding, `yesod devel` will not work.

NOTE: If you are using the openSUSE operating system, you may need to change the
`host` key in `./config/settings.yml` from `_env:HOST:*4` to `*4`. Please see
[Issue 1517](https://github.com/yesodweb/yesod/issues/1517) for further
information.

### System libraries

Note that you will need the dev version of some system libraries to be
Expand Down