Skip to content

Commit 841c5c2

Browse files
committed
Update README.md
1 parent 3df7f06 commit 841c5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
1212
If you already have installed or installing [LibAppImage](https://repology.org/project/libappimage/versions) you can just install bread binary with Curl:
1313

1414
```bash
15-
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
15+
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
1616
```
1717

1818
<br>
1919

2020
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:
2121
```bash
22-
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
22+
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
2323
```
2424

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

0 commit comments

Comments
 (0)