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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: minor clarifications to playground instructions #687

Merged
merged 3 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 10 additions & 5 deletions playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ icon: play-24

You can showcase, clone and develop a few pagy APPs without the need to setup anything on your side!

!!!warning `bundle exec pagy`
Depending on your environment you may need to prepend `bundle exec` in all the examples shown.
!!!

```sh
$ pagy --help
```

!!!warning `bundle exec pagy`
Depending on your environment you may need to prepend `bundle exec` in all the examples shown in this page
!!!

### Pagy Apps

We have a few single-file apps ready to run in your browser for various purposes...
Expand Down Expand Up @@ -49,7 +49,12 @@ Edit it at will.

#### 2. Rails App

Starting point app to reproduce **rails related** pagy issues. Same usage as the [Repro App](#1-repro-app).
Starting point app to reproduce **rails related** pagy issues. It has the same usage as the [Repro App](#1-repro-app). i.e.:

```sh
pagy clone rails
pagy ./rails.ru
```

#### 3. Demo App

Expand Down