Skip to content

Commit

Permalink
Merge pull request #8 from mkoushan/master
Browse files Browse the repository at this point in the history
  • Loading branch information
machitgarha authored Feb 17, 2024
2 parents 4b0c662 + 4421fdc commit eb8a88a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ There are three methods to install Parvaj: Use the AppImage bundle, use the Phar

## Use the AppImage Bundle

### Installing With Package Managers

Installing on Arch-based distributions with [AUR helpers](https://wiki.archlinux.org/title/AUR_helpers) ([parvaj-bin](https://aur.archlinux.org/packages/parvaj-bin))
```bash
yay -S parvaj-bin
```

### Requirements

- GHDL
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Application extends \Symfony\Component\Console\Application
{
public const NAME = "Parvaj";
public const VERSION = "0.5.1";
public const VERSION = "0.5.2";

public const ISSUES_PAGE_LINK = "https://github.com/machitgarha/parvaj/issues";

Expand Down

0 comments on commit eb8a88a

Please sign in to comment.