Skip to content

Point people to concepts after they finished the installation #348

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

Merged
merged 2 commits into from
Jan 29, 2020
Merged
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
6 changes: 6 additions & 0 deletions docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ Rails.application.config.assets.paths << Rails.root.join('app/matestack/componen
## Websocket Integration

If you want to use websockets, please read [this guide](/docs/integrations/websockets.md)

## That's it!

That's all you need to setup matestack!

For your next steps in learning matestack we recommend you check out the basics [concepts](/docs/concepts/README.md) and follow the [hello world guide](/guides/10_hello_world.md) which shows you how to create your first matestack app!