Skip to content

Commit

Permalink
Reorder commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 16, 2020
1 parent ca5530d commit f75f280
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ To install obs-cli, simply run:

## Usage

List special sources:

```bash
obs-cli list-sources
```

Start streaming:

```bash
Expand All @@ -47,12 +41,6 @@ Change a FreeType text label:
obs-cli change-text <label> <text>
```

Toggle mute status of a source:

```bash
obs-cli toggle-mute <source>
```

List all items of a scene:

```bash
Expand All @@ -70,3 +58,15 @@ Hide a scene-item:
```bash
obs-cli hide-sceneitem <scene> <item>
```

List special sources:

```bash
obs-cli list-sources
```

Toggle mute status of a source:

```bash
obs-cli toggle-mute <source>
```

0 comments on commit f75f280

Please sign in to comment.