Skip to content

Commit

Permalink
chore: make README example copy-able #61
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jun 7, 2024
1 parent 0645882 commit 888060e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project is meant to help people setting up a brand new Mac **or** to keep a
## Install

```sh
$ brew install blacktop/tap/lporg
brew install blacktop/tap/lporg
```

## Getting Started
Expand Down Expand Up @@ -63,31 +63,31 @@ Use "lporg [command] --help" for more information about a command.
### Default

```sh
$ lporg default
lporg default
```

Organize your launchpad apps using the default Apple app categories as folders

### Save

```sh
$ lporg save
lporg save
```

Save your current launchpad app layout to a `lporg.yml` file

### Load

```sh
$ lporg load lporg.yml
lporg load lporg.yml
```

Load a launchpad app layout from a YAML config file

### Revert

```sh
$ lporg revert
lporg revert
```

Revert a launchpad app layout to the backed up version stored at `$CONFIG/lporg/config.yml`
Expand Down

0 comments on commit 888060e

Please sign in to comment.