Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Aug 11, 2022
1 parent 0773a46 commit 2e9cf8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
A PHP CLI application that helps you organize your aliases.

<p align="center">
<a href="https://github.com/gipfel-dev/alias/actions"><img src="https://img.shields.io/github/workflow/status/gipfel-dev/alias/Tests.svg" alt="Build Status"/></a>
<a href="https://packagist.org/packages/gipfel-dev/alias"><img src="https://img.shields.io/packagist/dt/gipfel-dev/alias.svg" alt="Total Downloads"/></a>
<a href="https://packagist.org/packages/gipfel-dev/alias"><img src="https://img.shields.io/packagist/v/gipfel-dev/alias.svg?label=stable" alt="Latest Stable Version"/></a>
<a href="https://packagist.org/packages/gipfel-dev/alias"><img src="https://img.shields.io/packagist/l/gipfel-dev/alias.svg" alt="License"/></a>
<a href="https://github.com/alexgaal/alias/actions"><img src="https://img.shields.io/github/workflow/status/alexgaal/alias/Tests.svg" alt="Build Status"/></a>
<a href="https://packagist.org/packages/alexgaal/alias"><img src="https://img.shields.io/packagist/dt/alexgaal/alias.svg" alt="Total Downloads"/></a>
<a href="https://packagist.org/packages/alexgaal/alias"><img src="https://img.shields.io/packagist/v/alexgaal/alias.svg?label=stable" alt="Latest Stable Version"/></a>
<a href="https://packagist.org/packages/alexgaal/alias"><img src="https://img.shields.io/packagist/l/alexgaal/alias.svg" alt="License"/></a>
</p>

## Installation
```bash
composer require gipfel-dev/alias
composer require alexgaal/alias
```

After installing Alias CLI we recommend to call the setup command once for automatically creation of `aliases.json`.
Expand Down Expand Up @@ -55,4 +55,4 @@ Please be aware that your values must be executable by your terminal.
- Patreon: [Donate](https://www.patreon.com/alexandergaal)

## License
Alias CLI is an open-source software licensed under the MIT license.
Alias CLI is an open-source software licensed under the MIT license.

0 comments on commit 2e9cf8f

Please sign in to comment.