Skip to content

Commit 58679e8

Browse files
committed
Updated Download Command
1 parent 020b805 commit 58679e8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install, update and remove AppImage from GitHub using your CLI.
1010

1111
Download The Bread Binary into `/usr/local/bin`
1212
```bash
13-
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.1.0/bread-0.1.0-x86_64.AppImage -O /usr/local/bin/bread
13+
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.2.1/bread-0.2.1-x86_64.AppImage -O /usr/local/bin/bread
1414
```
1515

1616
Give Executable Permissions To Downloaded Binary
@@ -20,7 +20,7 @@ sudo chmod +x /usr/local/bin/bread
2020

2121
One Liner:
2222
```bash
23-
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.1.0/bread-0.1.0-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
23+
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.2.1/bread-0.2.1-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
2424
```
2525

2626
---
@@ -38,14 +38,16 @@ rm -v /usr/local/bin/bread
3838

3939
## Usage
4040

41+
**NOTE** if the user and repo in `user/repo` are same then you can just specify the single name itself, which means `libresprite/libresprite` is equal to `libresprite`
42+
4143
### Install a app from GitHub release
4244
```bash
4345
bread install user/repo
4446
```
4547

4648
### Update a app
4749
```bash
48-
bread update app-id
50+
bread update user/repo
4951
```
5052

5153
### List all of the installed apps
@@ -55,11 +57,9 @@ bread list
5557

5658
### Remove a installed app
5759
```bash
58-
bread remove app-id
60+
bread remove user/repo
5961
```
6062

61-
**NOTE** here app-id is the Application id which you have installed. to get your application id run `imagehub list`
62-
6363
---
6464

6565
### Full usage

0 commit comments

Comments
 (0)