Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 22, 2022
1 parent 3df7f06 commit 841c5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
If you already have installed or installing [LibAppImage](https://repology.org/project/libappimage/versions) you can just install bread binary with Curl:

```bash
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.4.1/bread-0.4.1-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.4.2/bread-0.4.2-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
```

<br>

If LibAppImage is not available for your distribution or you don't want to install it specially for this software, you can get the bread's AppImage which contains LibAppImage v1.0.2, using Curl:
```bash
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.4.1/bread-0.4.1-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.4.2/bread-0.4.2-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
```

***It is recommended to install the Binary instead of AppImage, if your distribution provides LibAppImage Version 1.0.2 Or Higher.***
Expand Down

0 comments on commit 841c5c2

Please sign in to comment.