Skip to content

Commit

Permalink
Merge pull request #44 from aagjalpankaj/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aarondfrancis authored Jan 3, 2025
2 parents 18e853c + ce0c70e commit eb84dd4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ php artisan solo

This will start every command defined in your `SoloServiceProvider`.

You'll be presented with a dashboard. To navigate between processes use the left/right arrows. You can scroll the output by using the up/down keys. **Shift + up/down** scrolls by 10 lines instead of one.

See the hotkeys on the dashboard for further details.

## Customization

Expand Down Expand Up @@ -135,14 +138,6 @@ Solo::useTheme('dark')

To remove a command, simply delete the command. No need to create a PR to fix the stub. We've provided a reasonable set of starting commands, but the `SoloServiceProvider` lives in your application, so you have full control of it.

## Usage

To use Solo, you simply need to run `php artisan solo`.

You'll be presented with a dashboard. To navigate between processes use the left/right arrows. You can scroll the output by using the up/down keys. **Shift + up/down** scrolls by 10 lines instead of one.

See the hotkeys on the dashboard for further details.

## Theming

Two themes are shipped by default: light and dark.
Expand Down

0 comments on commit eb84dd4

Please sign in to comment.