Skip to content

Commit 207223f

Browse files
committed
Update README.md
1 parent f85be60 commit 207223f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
2020
<p>install <code>libappimage</code> dependency</p>
2121
<pre><code>pacman -S libappimage</code></pre>
2222
<p>then install bread</p>
23-
<pre><code>sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.0/bread-0.7.0-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread</code></pre>
23+
<pre><code>sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread</code></pre>
2424
</details>
2525

2626
<details>
2727
<summary>Debian & it's Derivatives</summary>
2828
<br>
2929
<p>you can use this step if your distribution doesn't provide <code>libappimage</code> v1.0.0 or greater, which is the case on Debian & it's derivatives</p>
3030
<p>get the appimage containing <code>libappimage</code> v1.0.3</p>
31-
<pre><code>sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.0/bread-0.7.0-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread</code></pre>
31+
<pre><code>sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread</code></pre>
3232
</details>
3333

3434
***Any version of libappimage will work with bread but it is recommended to use v1.0.0 or greater, You can also Refer to this [list](https://repology.org/project/libappimage/versions) to check what version of libappimage your Distribution provides.***
@@ -110,6 +110,8 @@ sudo rm -v /usr/local/bin/bread
110110
<pre><code>bread list</code></pre>
111111
<p>If you also want to see the SHA1 Hashes of the applications listed, you can pass the <code>-s</code> or <code>--show-sha1</code> flag</p>
112112
<pre><code>bread list --show-sha1</code></pre>
113+
<p>If you want to see the GitHub release tag name <code>-t</code> or <code>--show-tag</code> flag</p>
114+
<pre><code>bread list --show-tag</code></pre>
113115
</details>
114116

115117
---

0 commit comments

Comments
 (0)