Skip to content

Commit

Permalink
docs(README.md): add completions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattaa committed Nov 20, 2024
1 parent de181e3 commit 7a5505e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ brew tap jmattaa/laser
brew install --formula laser
```

By installing with Homebrew, you get the shell completions for the cli as well!

### Building from source

Clone the repository:
Expand All @@ -45,6 +47,12 @@ To uninstall you can run
sudo make uninstall
```

> [!NOTE]
> This dosen't install the shell completions for the cli but you can add them
> by placing the files from the `completions` directory in a directory that is in
> your `$PATH`. Or source the file from your `bashrc`, `zshrc` or `config.fish`
> file.
## Usage

After installing you can run laser in your current directory by simply
Expand Down

0 comments on commit 7a5505e

Please sign in to comment.